about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/s_tan-fma.c
blob: c85f8bceed4a7f3a515112e081f9b9dc9846119f (plain) (blame)
1
2
3
4
5
6
7
8
#define tan __tan_fma
#define __dbl_mp __dbl_mp_fma
#define __mpranred __mpranred_fma
#define __mptan __mptan_fma
#define __sub __sub_fma
#define SECTION __attribute__ ((section (".text.fma")))

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