about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/s_tan-avx.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-28 16:55:01 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-28 16:55:01 -0400
commita5b81e1fb7c6a5e323785598767460fe040ca778 (patch)
treefcc77bd050b6f81ecd8fce64840bf03decc6e501 /sysdeps/x86_64/fpu/multiarch/s_tan-avx.c
parent0c92d8a87a47ab3276b4591bd084001053c5af2d (diff)
downloadglibc-a5b81e1fb7c6a5e323785598767460fe040ca778.tar.gz
glibc-a5b81e1fb7c6a5e323785598767460fe040ca778.tar.xz
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/s_tan-avx.c')
-rw-r--r--sysdeps/x86_64/fpu/multiarch/s_tan-avx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/s_tan-avx.c b/sysdeps/x86_64/fpu/multiarch/s_tan-avx.c
index f31ff65b6c..53de5d3c98 100644
--- a/sysdeps/x86_64/fpu/multiarch/s_tan-avx.c
+++ b/sysdeps/x86_64/fpu/multiarch/s_tan-avx.c
@@ -1,8 +1,5 @@
 #define tan __tan_avx
-#define __branred __branred_avx
 #define __dbl_mp __dbl_mp_avx
-#define __mpranred __mpranred_avx
-#define __mptan __mptan_avx
 #define __sub __sub_avx
 #define SECTION __attribute__ ((section (".text.avx")))