summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/multiarch/s_tan-avx.c
blob: 5ee29a9a063c4aadcbf3a3cc4824374865cb7ac8 (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>