From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6155 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] Make musl math depend less on libgcc builtins Date: Thu, 11 Sep 2014 17:34:20 +0200 Message-ID: <20140911153419.GN21835@port70.net> References: <20140911073532.GA3179@zx-spectrum> <20140911094705.GF21835@port70.net> <20140911114207.GA5041@zx-spectrum> <20140911122651.GH21835@port70.net> <20140911132253.GA5487@zx-spectrum> <20140911141123.GL21835@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 1410449682 3699 80.91.229.3 (11 Sep 2014 15:34:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Sep 2014 15:34:42 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6168-gllmg-musl=m.gmane.org@lists.openwall.com Thu Sep 11 17:34:35 2014 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 1XS6OH-0008JW-0G for gllmg-musl@plane.gmane.org; Thu, 11 Sep 2014 17:34:33 +0200 Original-Received: (qmail 22518 invoked by uid 550); 11 Sep 2014 15:34:32 -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 22510 invoked from network); 11 Sep 2014 15:34:32 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Xref: news.gmane.org gmane.linux.lib.musl.general:6155 Archived-At: * Alexander Monakov [2014-09-11 19:14:50 +0400]: > > In GCC, -mno-ieee-fp will switch ucom->com it for both == and <>. > Is that still wrong? Shouldn't there be a GCC bug filed? > yes i's backwards for <> ("ieee-fp" should mean ieee semantics and "no-ieee-fp" something else) and ==, != needs to be ucom