glibc/sysdeps/x86/fpu
H.J. Lu 409e00bd69 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.
2014-01-29 11:19:05 -08:00
..
bits Disable x87 inline functions for SSE2 math 2014-01-29 11:19:05 -08:00
Makefile Fix powl inaccuracy for x86_64 and x86 (bug 13881). 2012-11-28 13:40:54 +00:00
powl_helper.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00