From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2887 Path: news.gmane.org!not-for-mail From: Andre Renaud Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] Added ARM optimised memcpy implementation Date: Fri, 8 Mar 2013 10:48:47 +1300 Message-ID: References: <1362101090-8525-1-git-send-email-andre@bluewatersys.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1362692939 2715 80.91.229.3 (7 Mar 2013 21:48:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Mar 2013 21:48:59 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2888-gllmg-musl=m.gmane.org@lists.openwall.com Thu Mar 07 22:49:23 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1UDigk-00024J-Qk for gllmg-musl@plane.gmane.org; Thu, 07 Mar 2013 22:49:23 +0100 Original-Received: (qmail 3474 invoked by uid 550); 7 Mar 2013 21:49:00 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 3463 invoked from network); 7 Mar 2013 21:48:59 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:x-gm-message-state; bh=1YVP92cOwykVMuIOmj7gVt8k2eZQIVRKTceI5zm/BU0=; b=UwootuFvwPHfCiDGS0zFB8ee5UR3Doyvw/Zmw8EOYBImj7X5F+b0JVe21uWxhME5Fr glts7/Kl+T6WR9oXY39WpRtr3m0A31WyLTSJGf2MJlQ1y7ojQKEFzltz2O2C6bh6/4UL thbICMh7qecXXnrX0xAEhcMwxgX6kIta/JPMYtupJv3KWgTe9pAUmofDU1J9sIE4U7q7 UA+K3//Fw5db0WMvSBqwtAu9b5WAKSIXuOS6aV6twkzt7dsDi5a6xXOOzD208gPUSsL2 wJAjEFA97zOLaEKOPKOA6mNbflgjhk162NMc0JaFirMheUSfiMETAwqiDoLOI/xmrGOu QDOw== X-Received: by 10.60.27.66 with SMTP id r2mr27547625oeg.139.1362692927983; Thu, 07 Mar 2013 13:48:47 -0800 (PST) In-Reply-To: <1362101090-8525-1-git-send-email-andre@bluewatersys.com> X-Gm-Message-State: ALoCoQkh8s7Uw2nLMCdeU5fG6OkpMpjprUEGQBsNdbalpNlvwuIashpQ3t+RmlmUK4QCgFvK59Ut Xref: news.gmane.org gmane.linux.lib.musl.general:2887 Archived-At: Hi guys, Was there any form of consensus over whether it was possible to get some version of these ARM optimisations merged? The current patch has the nice simplicity of working on essentially every supported ARM platform, and therefore there is no special handling needed to invoke alternative behaviour on some platforms. However it is not as fast as it could be on ARMv5 and ARMv7 devices. Regards, Andre