about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/s_sincos-fma.c
blob: 31610b335613500ec2306cffc985f3f7ba6757f9 (plain) (blame)
1
2
3
#define __sincos __sincos_fma
#define SECTION __attribute__ ((section (".text.fma")))
#include <sysdeps/ieee754/dbl-64/s_sincos.c>