CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/22 07:22:51
Modified files:
regress/lib/libm/msun: fenv_test.c
Log message:
For ia32 use a volatile double to force 64 bit rounding. Otherwise
the i387 would use its internal 80 bit stack. This fixes getround()
on i386.
