aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.9
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-09-24 16:48:32 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-09-24 16:48:32 +0000
commit51df2605064a2bfd44fa0655ef9815812347de80 (patch)
treea0abf7172d01f3766a34ccea0dbb5ea85703c42a /ChangeLog.9
parent24ffcbfc24e08212cc5b1fa8318940e75b06313c (diff)
downloadglibc-51df2605064a2bfd44fa0655ef9815812347de80.tar
glibc-51df2605064a2bfd44fa0655ef9815812347de80.tar.gz
glibc-51df2605064a2bfd44fa0655ef9815812347de80.tar.bz2
glibc-51df2605064a2bfd44fa0655ef9815812347de80.zip
Fix x86_64 fma4 pow inappropriate contraction (bug 19003).
The x86_64 fma4 version of pow fails to disable contraction of operations other than those explicitly intended to use fma instructions, so resulting in large ulps errors on processors with fma4 instructions, as in bug 18104 (165ulp for the test added for that bug; error originally reported by "blaaa" on #glibc). This patch adds $(config-cflags-nofma) for e_pow-fma4.c, corresponding to the use for e_pow.c in sysdeps/ieee754/dbl-64/Makefile. Tested for x86_64 on a processor with fma4. [BZ #19003] * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-e_pow-fma4.c): Add $(config-cflags-nofma).
Diffstat (limited to 'ChangeLog.9')
0 files changed, 0 insertions, 0 deletions