mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
69a7ca7705
The __sin32 and __cos32 functions were only used in the now removed slow path of asin and acos.
10 lines
302 B
C
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>
|