about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c
blob: 26f2fb30fb058a35d110d10a25f1df9fcc97d25c (plain) (blame)
1
2
3
4
5
6
7
8
#define __mpsqrt __mpsqrt_avx
#define __dbl_mp __dbl_mp_avx
#define __mul __mul_avx
#define __sub __sub_avx
#define AVOID_MPSQRT_H 1
#define SECTION __attribute__ ((section (".text.avx")))

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