Update copyright notices with scripts/update-copyrights.
[glibc.git] / sysdeps / x86_64 / fpu / multiarch / s_atan-avx.c
blobb5cb9c3a75b72af947f3cbb5167f4f3e5a45eb6a
1 #define atan __atan_avx
2 #define __add __add_avx
3 #define __dbl_mp __dbl_mp_avx
4 #define __mul __mul_avx
5 #define __sub __sub_avx
6 #define SECTION __attribute__ ((section (".text.avx")))
8 #include <sysdeps/ieee754/dbl-64/s_atan.c>