x86: Improve svml_s_atanhf8_core_avx2.S
[glibc.git] / sysdeps / x86_64 / fpu / multiarch / s_tan-avx.c
blob5ee29a9a063c4aadcbf3a3cc4824374865cb7ac8
1 #define __tan __tan_avx
2 #define __dbl_mp __dbl_mp_avx
3 #define __sub __sub_avx
4 #define SECTION __attribute__ ((section (".text.avx")))
6 #include <sysdeps/ieee754/dbl-64/s_tan.c>