x86: Improve svml_s_atanhf8_core_avx2.S
[glibc.git] / sysdeps / x86_64 / fpu / multiarch / s_atan-fma.c
blob363e32bcbdbf2126eb702ee51ec4a63b8a8e414f
1 #define __atan __atan_fma
2 #define __add __add_fma
3 #define __dbl_mp __dbl_mp_fma
4 #define __mpatan __mpatan_fma
5 #define __mul __mul_fma
6 #define __sub __sub_fma
7 #define SECTION __attribute__ ((section (".text.fma")))
9 #include <sysdeps/ieee754/dbl-64/s_atan.c>