]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/x86_64/fpu/multiarch/s_expm1-fma.c
Add freopen special-case tests: chroot, EFBIG, stdin/stdout/stderr
[thirdparty/glibc.git] / sysdeps / x86_64 / fpu / multiarch / s_expm1-fma.c
CommitLineData
1b214630
L
1#define __expm1 __expm1_fma
2
3/* NB: __expm1 may be expanded to __expm1_fma in the following
4 prototypes. */
5extern long double __expm1l (long double);
6extern long double __expm1f128 (long double);
7
8#define SECTION __attribute__ ((section (".text.fma")))
9
10#include <sysdeps/ieee754/dbl-64/s_expm1.c>