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]
Other format: [Raw text]

Re: Strange math library results on i386-linux


Brad Lucier <lucier@math.purdue.edu> writes:

| So now I see why -fno-math-errno and -funsafe-math-optimizations should
| have associated DEFINEs.  If there were -D__NO_MATH_ERRNO, then sqrt
| could be inlined even if -D__NO_UNSAFE_MATH_OPTIMIZATIONS (since the
| hardware sqrt is exact in IEEE 754 arithmetic implementations). 

It might be a good idea to conisder those defines for 3.4.

-- Gaby


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