where to discuss problems with IEEE 754 standard on x86 architecture?

Nick Maclaren nmm1@cus.cam.ac.uk
Tue May 22 20:25:00 GMT 2007


Petr Savicky <savicky@cs.cas.cz> wrote:
>
> Can anybody help me to find the right place to discuss the problems
> related to IEEE 754 standard for floating point numbers on x86 (IA-32)?

Well, I could, but they wouldn't be terribly pleased.  Your error is
to assume that IEEE 754 applies to composite operations, whereas it
actually applies to each basic one in turn.  To see what is going on,
you should print out the balues in binary, octal or hexadecimal, for
each sub-operation.

As far as I can see, gcc is doing nothing wrong.


Regards,
Nick Maclaren,
University of Cambridge Computing Service,
New Museums Site, Pembroke Street, Cambridge CB2 3QH, England.
Email:  nmm1@cam.ac.uk
Tel.:  +44 1223 334761    Fax:  +44 1223 334679



More information about the Gcc-help mailing list