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: RFH: testers for ieee test



On Mar 27, 2008, at 02:58, Joern Rennecke wrote:
I'm trying to write a test to check I get all the subnormal
corner cases for ieee-754 double precision floating point division right.
The usual thing to do with a new test is to try it on a known good
platform. Unfortunately, the x86 processor of my workstation is actually
known to get these calculations wrong. Could someone with a fully
ieee compliant FPU try this test?

Just use -mfpmath=sse -msse2 to force use of SSE instructions for double precision math. Should be the default nowadays, IMO.

-Geert


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