glibc/sysdeps/x86_64/fpu/multiarch/e_asin-fma.c
Anssi Hannula 69a7ca7705 ieee754: Remove unused __sin32 and __cos32
The __sin32 and __cos32 functions were only used in the now removed slow
path of asin and acos.
2020-12-18 12:10:31 +05:30

10 lines
302 B
C

#define __ieee754_acos __ieee754_acos_fma
#define __ieee754_asin __ieee754_asin_fma
#define __doasin __doasin_fma
#define __docos __docos_fma
#define __dubcos __dubcos_fma
#define __dubsin __dubsin_fma
#define SECTION __attribute__ ((section (".text.fma")))
#include <sysdeps/ieee754/dbl-64/e_asin.c>