Replace M_El with lit_e in libm-test.inc
[glibc.git] / sysdeps / x86_64 / fpu / multiarch / s_tan-avx.c
blob53de5d3c98d3d46d6f6294c036855d9cc93e029a
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>