public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Joseph Myers <joseph@codesourcery.com>
To: Andreas Schwab <schwab@suse.de>
Cc: FX <fxcoudert@gmail.com>, gcc-patches <gcc-patches@gcc.gnu.org>,
	Uros Bizjak <ubizjak@gmail.com>
Subject: Re: [middle-end,patch] Making __builtin_signbit type-generic
Date: Wed, 19 Aug 2015 16:57:00 -0000	[thread overview]
Message-ID: <alpine.DEB.2.10.1508191632000.11312@digraph.polyomino.org.uk> (raw)
In-Reply-To: <mvm4mjvcmp6.fsf@hawking.suse.de>

On Wed, 19 Aug 2015, Andreas Schwab wrote:

> >> Why only in usafe mode?  Isn't the sign bit of NaN always unreliable?
> >
> > NaN sign bits are meaningful for a limited set of operations.
> 
> And what are those?

Assignment to the same type, negation, absolute value, copysign, signbit.  
(In particular, the sign bit of a NaN resulting from an arithmetic 
operation is unspecified, but it does have to act as if it has some 
particular sign; if the statement "a = b * c;" results in a containing a 
NaN, two calls to signbit (a), with a not modified in between, must result 
in the same sign being indicated, but what that value is doesn't matter, 
and signbit (-a) must result in the other sign being indicated.)

-- 
Joseph S. Myers
joseph@codesourcery.com

  reply	other threads:[~2015-08-19 16:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <BB1A5070-5A21-4393-A5B8-0C320B020902@gmail.com>
     [not found] ` <alpine.DEB.2.10.1508171522570.29836@digraph.polyomino.org.uk>
2015-08-17 20:30   ` FX
2015-08-18 18:14     ` Jeff Law
2015-08-18 20:15       ` FX
2015-08-18 20:36         ` Paolo Carlini
2015-08-19  7:51           ` FX
2015-08-19  8:33             ` Paolo Carlini
2015-08-19 13:26               ` Paolo Carlini
2015-08-19  8:55     ` Andreas Schwab
2015-08-19 15:18       ` Joseph Myers
2015-08-19 15:39         ` Andreas Schwab
2015-08-19 16:57           ` Joseph Myers [this message]
2015-08-20  7:29             ` Andreas Schwab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.10.1508191632000.11312@digraph.polyomino.org.uk \
    --to=joseph@codesourcery.com \
    --cc=fxcoudert@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=schwab@suse.de \
    --cc=ubizjak@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).