about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/mplog-fma4.c
blob: dd1f46eaa6726846a08cd112e9fd12532ca870dc (plain) (blame)
1
2
3
4
5
6
7
8
#define __mplog __mplog_fma4
#define __add __add_avx
#define __mpexp __mpexp_fma4
#define __mul __mul_fma4
#define __sub __sub_avx
#define SECTION __attribute__ ((section (".text.fma4")))

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