about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/e_logf-fma.c
blob: 445c0e851e574c4a7c244b8b03f5456ea2c6f234 (plain) (blame)
1
2
3
4
5
#include <math.h>

#define __logf __logf_fma

#include <sysdeps/ieee754/flt-32/e_logf.c>