summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/multiarch/s_tan-avx.c
blob: 53de5d3c98d3d46d6f6294c036855d9cc93e029a (plain)
1
2
3
4
5
6
#define tan __tan_avx
#define __dbl_mp __dbl_mp_avx
#define __sub __sub_avx
#define SECTION __attribute__ ((section (".text.avx")))

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