This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: iso c9x unordered fp cmp builtins


On Mon, Mar 02, 1998 at 12:51:22AM -0500, David Edelsohn wrote:
> Does iso9x now mandate that the regular comparison operators signal QNaN?

I don't believe so.

The only thing to do for proper ppc support then is to use whichever
branch it is that tests 

# define isunordered(x, y) (__unordered_cmp (x, y) & 1)

"bun", perhaps?


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]