about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/s_tan-avx.c
blob: f31ff65b6c9bb661bc829d31aed1200e6ac5fb90 (plain) (blame)
1
2
3
4
5
6
7
8
9
#define tan __tan_avx
#define __branred __branred_avx
#define __dbl_mp __dbl_mp_avx
#define __mpranred __mpranred_avx
#define __mptan __mptan_avx
#define __sub __sub_avx
#define SECTION __attribute__ ((section (".text.avx")))

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