From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/15087 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Alexander Monakov Newsgroups: gmane.linux.lib.musl.general Subject: math patches for moving bare asm to C inline asm Date: Sun, 5 Jan 2020 19:35:45 +0300 (MSK) Message-ID: Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="79486"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Alpine 2.20.13 (LNX 116 2015-12-14) To: musl@lists.openwall.com Original-X-From: musl-return-15103-gllmg-musl=m.gmane.org@lists.openwall.com Sun Jan 05 17:36:02 2020 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1io8sj-000KU9-Nn for gllmg-musl@m.gmane.org; Sun, 05 Jan 2020 17:36:01 +0100 Original-Received: (qmail 13534 invoked by uid 550); 5 Jan 2020 16:35:57 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 13498 invoked from network); 5 Jan 2020 16:35:56 -0000 Xref: news.gmane.org gmane.linux.lib.musl.general:15087 Archived-At: Hi, in a recent thread Rich reiterated that it would be nice to move from numerous .s files under src/math/$arch to C files with inline assembly. I'd like to help with that, but at the same time I'd like to avoid getting again into a situation when I hear how nice it would be to get something done, and provide patches only to get (some of) them applied 1.5 years later :) So to get going I intend to post patches one by one in reply to this thread, starting from rather trivial updates to x86_64 math files in order to get feedback about policies and formatting. I don't expect any such patches applied before the next release, but I'd like to ask for no huge delays on high-level questions. Thanks. Alexander