about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/mptan-avx.c
blob: 02514b7839085578a32a16fdd52c6d6c9a8f50d0 (plain) (blame)
1
2
3
4
5
6
7
#define __mptan __mptan_avx
#define __c32 __c32_avx
#define __dvd __dvd_avx
#define __mpranred __mpranred_avx
#define SECTION __attribute__ ((section (".text.avx")))

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