mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 00:31:08 +00:00
4 lines
131 B
C
4 lines
131 B
C
|
#define __sincos __sincos_fma
|
||
|
#define SECTION __attribute__ ((section (".text.fma")))
|
||
|
#include <sysdeps/ieee754/dbl-64/s_sincos.c>
|