summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c
blob: ad8d3af579f8dd6eb93af3e4cbe6a3650d4da65b (plain)
1
2
3
4
5
6
7
8
9
#define __atan __atan_fma4
#define __add __add_fma4
#define __dbl_mp __dbl_mp_fma4
#define __mpatan __mpatan_fma4
#define __mul __mul_fma4
#define __sub __sub_fma4
#define SECTION __attribute__ ((section (".text.fma4")))

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