From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14999 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: More patches for math subtree Date: Wed, 11 Dec 2019 11:28:29 +0100 Message-ID: <20191211102829.GK23985@port70.net> References: <2C3325A208DA4260A1A0F7B4517D6DFA@H270> <20191210193558.GK1666@brightrain.aerifal.cx> <20191210221738.GL1666@brightrain.aerifal.cx> 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="4431"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.10.1 (2018-07-13) Cc: Rich Felker , musl@lists.openwall.com To: Stefan Kanthak Original-X-From: musl-return-15015-gllmg-musl=m.gmane.org@lists.openwall.com Wed Dec 11 11:28:49 2019 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 1iezEe-0000wX-Lm for gllmg-musl@m.gmane.org; Wed, 11 Dec 2019 11:28:48 +0100 Original-Received: (qmail 9236 invoked by uid 550); 11 Dec 2019 10:28:41 -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 8188 invoked from network); 11 Dec 2019 10:28:41 -0000 Mail-Followup-To: Stefan Kanthak , Rich Felker , musl@lists.openwall.com Content-Disposition: inline In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:14999 Archived-At: * Stefan Kanthak [2019-12-11 10:53:41 +0100]: > JFTR: I don't know whether GCC or clang either provide intrinsics or > __builtin_* for such (or all those) small standard functions. they do. they may not inline them, but that's a compiler decision and should be addressed there.