initial commit
[glibc.git] / sysdeps / x86_64 / fpu / multiarch / e_asin-fma4.c
1 #define __ieee754_acos __ieee754_acos_fma4
2 #define __ieee754_asin __ieee754_asin_fma4
3 #define __doasin __doasin_fma4
4 #define __docos __docos_fma4
5 #define __dubcos __dubcos_fma4
6 #define __dubsin __dubsin_fma4
7 #define SECTION __attribute__ ((section (".text.fma4")))
8
9 #include <sysdeps/ieee754/dbl-64/e_asin.c>