about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c
blob: a8f097764972bf4cd78d18002cde200a9aa40ce7 (plain) (blame)
1
2
3
4
5
6
7
8
#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

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