diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-28 16:55:01 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-28 16:55:01 -0400 |
commit | a5b81e1fb7c6a5e323785598767460fe040ca778 (patch) | |
tree | fcc77bd050b6f81ecd8fce64840bf03decc6e501 /sysdeps/x86_64/fpu/multiarch/mptan-avx.c | |
parent | 0c92d8a87a47ab3276b4591bd084001053c5af2d (diff) | |
download | glibc-a5b81e1fb7c6a5e323785598767460fe040ca778.tar glibc-a5b81e1fb7c6a5e323785598767460fe040ca778.tar.gz glibc-a5b81e1fb7c6a5e323785598767460fe040ca778.tar.bz2 glibc-a5b81e1fb7c6a5e323785598767460fe040ca778.zip |
Remove code without too much effects
Some of the AVX-specific code is not giving enough speed-up to
justify the extra code.
Diffstat (limited to 'sysdeps/x86_64/fpu/multiarch/mptan-avx.c')
-rw-r--r-- | sysdeps/x86_64/fpu/multiarch/mptan-avx.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/mptan-avx.c b/sysdeps/x86_64/fpu/multiarch/mptan-avx.c deleted file mode 100644 index 02514b7839..0000000000 --- a/sysdeps/x86_64/fpu/multiarch/mptan-avx.c +++ /dev/null @@ -1,7 +0,0 @@ -#define __mptan __mptan_avx -#define __c32 __c32_avx -#define __dvd __dvd_avx -#define __mpranred __mpranred_avx -#define SECTION __attribute__ ((section (".text.avx"))) - -#include <sysdeps/ieee754/dbl-64/mptan.c> |