From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH V1 06/29] xen: Add new string function Date: Mon, 09 Sep 2013 10:23:55 +0100 Message-ID: <522D93AB.5050809@linaro.org> References: <1377701263-3319-1-git-send-email-julien.grall@linaro.org> <1377701263-3319-7-git-send-email-julien.grall@linaro.org> <1378484786.14745.157.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1378484786.14745.157.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: stefano.stabellini@eu.citrix.com, andre.przywara@linaro.org, patches@linaro.org, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 09/06/2013 05:26 PM, Ian Campbell wrote: > On Wed, 2013-08-28 at 15:47 +0100, Julien Grall wrote: >> Add strcasecmp. The code is copied from Linux. >> >> Signed-off-by: Julien Grall > > Acked-by: Ian Campbell > > Does Linux have interesting optimised versions for arm or x86? Not that > this is going to be used on any hotpaths though I guess. I didn't find specific implementations for arm/x86. So I guess, we can stay to a generic implementation. -- Julien Grall