about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c
blob: 162aaa5d5ceb1574cdf5844eb2f364ca8043a2d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#define __slowpow __slowpow_fma4
#define __add __add_avx
#define __dbl_mp __dbl_mp_avx
#define __mpexp __mpexp_fma4
#define __mplog __mplog_fma4
#define __mul __mul_fma4
#define __sub __sub_avx
#define __halfulp __halfulp_fma4
#define SECTION __attribute__ ((section (".text.fma4")))

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