From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3627 Path: news.gmane.org!not-for-mail From: =?ISO-8859-2?Q?Daniel_Cegie=B3ka?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: Thinking about release Date: Thu, 11 Jul 2013 07:27:11 +0200 Message-ID: References: <20130613012517.GA5859@brightrain.aerifal.cx> <20130613014314.GC29800@brightrain.aerifal.cx> <20130709053711.GO29800@brightrain.aerifal.cx> <20130711033754.GL29800@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1373520460 26012 80.91.229.3 (11 Jul 2013 05:27:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Jul 2013 05:27:40 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3631-gllmg-musl=m.gmane.org@lists.openwall.com Thu Jul 11 07:27:43 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 1Ux9Pr-0005om-77 for gllmg-musl@plane.gmane.org; Thu, 11 Jul 2013 07:27:43 +0200 Original-Received: (qmail 3232 invoked by uid 550); 11 Jul 2013 05:27:42 -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 3224 invoked from network); 11 Jul 2013 05:27:42 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=5SKaiwRlLU8Y+b0+qR8Jeo7wLuAhX7tlVYgd3/SMPws=; b=zxZ8bKYA96mndODlFLMyC8YvP65C4Sv+z0YcTCwXZ/2y2pEFINXVelWxsoMBX6NKCF RiUKZeHXbeOhjBQ7rr7O+ciwzxG0gWYfPGimwHA75QpNTs+Lro+e5MCosRjDvPaOy3zv QCNmZ2+OziWnax93nQ3GxzvzAf+ooUPW1Bk5rqG9jWgdKwEZyxIQ8WUjOzI8wGDbMcf+ h5ce9NXAZxrdt1znbJokQ468ZWF3LB8sxlMsVEyh+R/SdOb6CGdRz/GGBdoFVzUAndJS kPqxJmH0sT8LVYuHLh63duwbqSLWa1lgK1fp1wv+je9p1pu37q8ljgy2EbijqLkGg/4D 1iQA== X-Received: by 10.112.11.84 with SMTP id o20mr16322884lbb.86.1373520451168; Wed, 10 Jul 2013 22:27:31 -0700 (PDT) In-Reply-To: <20130711033754.GL29800@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:3627 Archived-At: 2013/7/11 Rich Felker : > On Thu, Jul 11, 2013 at 10:44:16AM +1200, Andre Renaud wrote: > Yes, I suspect so. One slightly crazy idea I had was to write the > function in C with just inline asm for the inner ldm/stm loop. A bit of useful code (x86): http://dpdk.org/browse/dpdk/tree/lib/librte_eal/common/include/rte_memcpy.h Daniel