about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/s_log1p-fma.c
blob: 8952df8f9e08d49aeec1b9c5ea2958b7c58a8631 (plain) (blame)
1
2
3
4
#define __log1p __log1p_fma
#define SECTION __attribute__ ((section (".text.fma")))

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