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

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