1#define __slowexp __slowexp_avx
2#define __add __add_avx
3#define __dbl_mp __dbl_mp_avx
4#define __mpexp __mpexp_avx
5#define __mul __mul_avx
6#define __sub __sub_avx
7#define SECTION __attribute__ ((section (".text.avx")))
8
9#include <sysdeps/ieee754/dbl-64/slowexp.c>
10