about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c
blob: 39556a80fa0ce56eef8916765e6ab08382007902 (plain) (blame)
1
2
3
4
5
6
7
8
#define tan __tan_fma4
#define __dbl_mp __dbl_mp_avx
#define __mpranred __mpranred_fma4
#define __mptan __mptan_fma4
#define __sub __sub_avx
#define SECTION __attribute__ ((section (".text.fma4")))

#include <sysdeps/ieee754/dbl-64/s_tan.c>