glibc/sysdeps/x86_64/fpu/multiarch
Ulrich Drepper 08cf777f9e Really fix AVX tests
There is no problem with strcmp, it doesn't use the YMM registers.
The math routines might since gcc perhaps generates such code.
Introduce bit_YMM_USBALE and use it in the math routines.
2012-01-26 09:45:54 -05:00
..
brandred-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
doasin-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
dosincos-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
e_asin-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
e_asin.c Remove code without too much effects 2011-10-28 16:55:01 -04:00
e_atan2-avx.c Remove code without too much effects 2011-10-28 16:55:01 -04:00
e_atan2-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
e_atan2.c Really fix AVX tests 2012-01-26 09:45:54 -05:00
e_exp-avx.c Add AVX optimized versions for some x86-64 math functions 2011-10-25 21:34:55 -04:00
e_exp-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
e_exp.c Really fix AVX tests 2012-01-26 09:45:54 -05:00
e_log-avx.c Add AVX optimized versions for some x86-64 math functions 2011-10-25 21:34:55 -04:00
e_log-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
e_log.c Really fix AVX tests 2012-01-26 09:45:54 -05:00
e_pow-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
e_pow.c Optimize accurate 64-bit routines for FMA4 on x86-64 2011-10-24 20:19:17 -04:00
halfulp-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
Makefile Remove code without too much effects 2011-10-28 16:55:01 -04:00
mpa-avx.c Add AVX optimized versions for some x86-64 math functions 2011-10-25 21:34:55 -04:00
mpa-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
mpatan2-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
mpatan-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
mpexp-avx.c Add AVX optimized versions for some x86-64 math functions 2011-10-25 21:34:55 -04:00
mpexp-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
mplog-avx.c Add AVX optimized versions for some x86-64 math functions 2011-10-25 21:34:55 -04:00
mplog-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
mpsqrt-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
mptan-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
s_atan-avx.c Remove code without too much effects 2011-10-28 16:55:01 -04:00
s_atan-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
s_atan.c Really fix AVX tests 2012-01-26 09:45:54 -05:00
s_ceil-c.c
s_ceil.S
s_ceilf-c.c
s_ceilf.S
s_floor-c.c Provide internal optimizations on x86-64 with SSE4.1 2011-10-17 11:23:40 -04:00
s_floor.S
s_floorf-c.c Provide internal optimizations on x86-64 with SSE4.1 2011-10-17 11:23:40 -04:00
s_floorf.S
s_fma.c Don't use NULL in last s_fma{,f} change 2011-10-21 07:39:28 -04:00
s_fmaf.c Don't use NULL in last s_fma{,f} change 2011-10-21 07:39:28 -04:00
s_nearbyint-c.c Add optimized nearbyint{,f} for x86-64 2011-10-18 09:13:23 -04:00
s_nearbyint.S Add optimized nearbyint{,f} for x86-64 2011-10-18 09:13:23 -04:00
s_nearbyintf-c.c Add optimized nearbyint{,f} for x86-64 2011-10-18 09:13:23 -04:00
s_nearbyintf.S Add optimized nearbyint{,f} for x86-64 2011-10-18 09:13:23 -04:00
s_rint-c.c Provide internal optimizations on x86-64 with SSE4.1 2011-10-17 11:23:40 -04:00
s_rint.S
s_rintf-c.c Provide internal optimizations on x86-64 with SSE4.1 2011-10-17 11:23:40 -04:00
s_rintf.S
s_sin-avx.c Remove code without too much effects 2011-10-28 16:55:01 -04:00
s_sin-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
s_sin.c Really fix AVX tests 2012-01-26 09:45:54 -05:00
s_tan-avx.c Remove code without too much effects 2011-10-28 16:55:01 -04:00
s_tan-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
s_tan.c Really fix AVX tests 2012-01-26 09:45:54 -05:00
sincos32-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
slowexp-avx.c Add AVX optimized versions for some x86-64 math functions 2011-10-25 21:34:55 -04:00
slowexp-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00
slowpow-fma4.c Cleanup FMA4 patch 2011-10-25 00:56:33 -04:00