]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/x86_64/fpu/multiarch/e_asin-fma.c
Add freopen special-case tests: chroot, EFBIG, stdin/stdout/stderr
[thirdparty/glibc.git] / sysdeps / x86_64 / fpu / multiarch / e_asin-fma.c
1 #define __ieee754_acos __ieee754_acos_fma
2 #define __ieee754_asin __ieee754_asin_fma
3 #define __doasin __doasin_fma
4 #define __docos __docos_fma
5 #define __dubcos __dubcos_fma
6 #define __dubsin __dubsin_fma
7 #define SECTION __attribute__ ((section (".text.fma")))
8
9 #include <sysdeps/ieee754/dbl-64/e_asin.c>