]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/x86_64/fpu/multiarch/s_atan-avx.c
Add freopen special-case tests: chroot, EFBIG, stdin/stdout/stderr
[thirdparty/glibc.git] / sysdeps / x86_64 / fpu / multiarch / s_atan-avx.c
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")))
7
8 #include <sysdeps/ieee754/dbl-64/s_atan.c>