From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63408 invoked by alias); 19 Aug 2015 15:18:40 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 63094 invoked by uid 89); 19 Aug 2015 15:18:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f178.google.com Received: from mail-wi0-f178.google.com (HELO mail-wi0-f178.google.com) (209.85.212.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 19 Aug 2015 15:18:33 +0000 Received: by wicja10 with SMTP id ja10so11470622wic.1 for ; Wed, 19 Aug 2015 08:18:30 -0700 (PDT) X-Received: by 10.180.91.131 with SMTP id ce3mr55736274wib.84.1439997510850; Wed, 19 Aug 2015 08:18:30 -0700 (PDT) Received: from android-4c5a376a18c0e957.fritz.box (p4FE9D187.dip0.t-ipconnect.de. [79.233.209.135]) by smtp.gmail.com with ESMTPSA id cw8sm1446166wjb.49.2015.08.19.08.18.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Aug 2015 08:18:29 -0700 (PDT) User-Agent: K-9 Mail for Android In-Reply-To: References: <000001d0d5b0$5da4dbb0$18ee9310$@arm.com> <000001d0d8cf$2fb42770$8f1c7650$@arm.com> <000001d0d9a6$1efdc350$5cf949f0$@arm.com> <87fv3gbs36.fsf@e105548-lin.cambridge.arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: [PING][Patch] Add support for IEEE-conformant versions of scalar fmin* and fmax* From: Richard Biener Date: Wed, 19 Aug 2015 15:25:00 -0000 To: Michael Matz CC: David Sherwood ,GCC Patches ,richard.sandiford@arm.com Message-ID: X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg01102.txt.bz2 On August 19, 2015 5:05:01 PM GMT+02:00, Michael Matz wrote: >Hi, > >On Wed, 19 Aug 2015, Richard Biener wrote: > >> I think tree_code is 64bits now. > >Huh? No; it's 16 bit since 8 bit run out. Err, that's what I was trying to say... 16bits, obviously. BTW, in addition to errno math there is rounding math where we rely on virtual operands to not mess with ordering. Richard. > >Ciao, >Michael.