From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6800 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl-llvm-clang-libc++ Date: Tue, 6 Jan 2015 18:29:57 +0100 Message-ID: <20150106172957.GI3156@port70.net> References: <1420554703.1028.19.camel@xiaoka.com> <20150106164313.GH3156@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1420565439 29901 80.91.229.3 (6 Jan 2015 17:30:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Jan 2015 17:30:39 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6813-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jan 06 18:30:32 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Y8XxK-00070a-D9 for gllmg-musl@m.gmane.org; Tue, 06 Jan 2015 18:30:10 +0100 Original-Received: (qmail 5866 invoked by uid 550); 6 Jan 2015 17:30:09 -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 5858 invoked from network); 6 Jan 2015 17:30:08 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20150106164313.GH3156@port70.net> User-Agent: Mutt/1.5.23 (2014-03-12) Xref: news.gmane.org gmane.linux.lib.musl.general:6800 Archived-At: * Szabolcs Nagy [2015-01-06 17:43:13 +0100]: > - long double is broken for some reason: strtod, and most long double > math functions give bad results in some cases, needs more investigation.. turned out to be a x86_64 qemu bug (it does not handle some x87 instuctions correctly like fyl2x)