mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 01:40:07 +00:00
4 lines
133 B
C
4 lines
133 B
C
|
#define __sincos __sincos_fma4
|
||
|
#define SECTION __attribute__ ((section (".text.fma4")))
|
||
|
#include <sysdeps/ieee754/dbl-64/s_sincos.c>
|