1#define __slowexp __slowexp_fma
2#define __add __add_fma
3#define __dbl_mp __dbl_mp_fma
4#define __mpexp __mpexp_fma
5#define __mul __mul_fma
6#define __sub __sub_fma
7#define SECTION __attribute__ ((section (".text.fma")))
8
9#include <sysdeps/ieee754/dbl-64/slowexp.c>
10