Re: new module 'fpieee'

2007-03-25 Thread Bruno Haible
Ben Pfaff wrote: > Is this also necessary on SH systems? The GCC manual has this in > the page specific to SH: > > `-mieee' > Increase IEEE-compliance of floating-point code. At the moment, > this is equivalent to `-fno-finite-math-only'. When generating 16 > bit

Re: new module 'fpieee'

2007-03-25 Thread Ben Pfaff
Bruno Haible <[EMAIL PROTECTED]> writes: > The code needed for isnan() needs to construct a NaN or Inf object. But > doing so leads to a SIGFPE by default on Alpha systems. There's only one > way to get IEEE compliant behaviour of elementary arithmetic operations on > this platform: instruct the c

Re: new module 'fpieee'

2007-03-25 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bruno Haible on 3/25/2007 5:59 PM: > alpha*) > # On Alpha systems, a compiler option provides the behaviour. > # See the ieee(3) manual page, also available at > # >

new module 'fpieee'

2007-03-25 Thread Bruno Haible
The code needed for isnan() needs to construct a NaN or Inf object. But doing so leads to a SIGFPE by default on Alpha systems. There's only one way to get IEEE compliant behaviour of elementary arithmetic operations on this platform: instruct the compiler to emit different (more expensive) floatin