about summary refs log tree commit diff
path: root/grp
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 12:04:47 -0800
commitcec24099fb06c785b89119aab93940312c2949ba (patch)
tree556a28e3ec3dc194f9f3f097abbb641c6401d77e /grp
parent3db0119ef56decc402827d5b84774fa4487f6cd4 (diff)
downloadglibc-cec24099fb06c785b89119aab93940312c2949ba.tar.gz
glibc-cec24099fb06c785b89119aab93940312c2949ba.tar.xz
glibc-cec24099fb06c785b89119aab93940312c2949ba.zip
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.

(cherry picked from commit 409e00bd69b8d8dd74d7327085351d26769ea6fc)

Conflicts:
	ChangeLog
	NEWS
	sysdeps/x86/fpu/bits/mathinline.h
Diffstat (limited to 'grp')
0 files changed, 0 insertions, 0 deletions