x86-64: Add logf with FMA
[glibc.git] / sysdeps / x86_64 / fpu / multiarch / mplog-fma.c
blob645b6b7c57ef841ba354f3d18f4a8c2bb8d203b1
1 #define __mplog __mplog_fma
2 #define __add __add_fma
3 #define __mpexp __mpexp_fma
4 #define __mul __mul_fma
5 #define __sub __sub_fma
6 #define SECTION __attribute__ ((section (".text.fma")))
8 #include <sysdeps/ieee754/dbl-64/mplog.c>