diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-04-03 14:13:44 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-04-03 14:13:44 +0200 |
commit | 74d87055bfeb31ea37bc2356d88c065c612e1c0e (patch) | |
tree | fb7509d7e8040e7f204e8498c21d5e6770864f0a /sysdeps/i386 | |
parent | 90d5d5bbd8a6d41926c8bb6ac9f367bf956c623f (diff) | |
download | glibc-74d87055bfeb31ea37bc2356d88c065c612e1c0e.tar glibc-74d87055bfeb31ea37bc2356d88c065c612e1c0e.tar.gz glibc-74d87055bfeb31ea37bc2356d88c065c612e1c0e.tar.bz2 glibc-74d87055bfeb31ea37bc2356d88c065c612e1c0e.zip |
Refer to two GCC PRs.
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/fpu/math-tests.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/i386/fpu/math-tests.h b/sysdeps/i386/fpu/math-tests.h index 00c5f6c4d1..2245fc9012 100644 --- a/sysdeps/i386/fpu/math-tests.h +++ b/sysdeps/i386/fpu/math-tests.h @@ -19,7 +19,8 @@ /* On 32-bit x86, versions of GCC up to at least 4.8 are happy to use FPU load instructions for sNaN values, and loading a float or double sNaN value will already raise an INVALID exception as well as turn the sNaN into a qNaN, - rendering certain tests infeasible in this scenario. */ + rendering certain tests infeasible in this scenario. + <http://gcc.gnu.org/PR56831>. */ #define SNAN_TESTS_float 0 #define SNAN_TESTS_double 0 |