aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-01-29 07:51:41 -0800
committerH.J. Lu <hjl.tools@gmail.com>2014-01-29 11:19:05 -0800
commit409e00bd69b8d8dd74d7327085351d26769ea6fc (patch)
tree6b7decb7a12716086c2ad613cba1b7901e91d528 /ChangeLog
parent86e60666b66627d2eb788e970a59e5a470cd484c (diff)
downloadglibc-409e00bd69b8d8dd74d7327085351d26769ea6fc.zip
glibc-409e00bd69b8d8dd74d7327085351d26769ea6fc.tar.gz
glibc-409e00bd69b8d8dd74d7327085351d26769ea6fc.tar.bz2
Disable x87 inline functions for SSE2 math
When i386 and x86-64 mathinline.h was merged into a single mathinline.h, "gcc -m32" enables x87 inline functions on x86-64 even when -mfpmath=sse and SSE2 is enabled. It is a regression on x86-64. We should check __SSE2_MATH__ instead of __x86_64__ when disabling x87 inline functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 038359f3..b54386f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-01-29 H.J. Lu <hongjiu.lu@intel.com>
+
+ [BZ #16510]
+ * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
+ of __x86_64__ when disabling x87 inline functions.
+
2014-01-29 Alexandre Oliva <aoliva@redhat.com>
* manual/charset.texi: Document MTASC-safety properties.