summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/multiarch/e_log-fma.c
blob: 13b0a2ae4f4298f503887bc61c0c2ddda9545b63 (plain)
1
2
3
4
5
#include <math.h>
#define __log __ieee754_log_fma
#define SECTION __attribute__ ((section (".text.fma")))

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