mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
69a7ca7705
The __sin32 and __cos32 functions were only used in the now removed slow path of asin and acos.
10 lines
309 B
C
10 lines
309 B
C
#define __ieee754_acos __ieee754_acos_fma4
|
|
#define __ieee754_asin __ieee754_asin_fma4
|
|
#define __doasin __doasin_fma4
|
|
#define __docos __docos_fma4
|
|
#define __dubcos __dubcos_fma4
|
|
#define __dubsin __dubsin_fma4
|
|
#define SECTION __attribute__ ((section (".text.fma4")))
|
|
|
|
#include <sysdeps/ieee754/dbl-64/e_asin.c>
|