Revert exp reimplementation (causes test failures).
[glibc.git] / sysdeps / x86_64 / fpu / multiarch / slowexp-avx.c
blobd01c6d71a47accaa99d4a6c619ff87542c4e41b4
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")))
9 #include <sysdeps/ieee754/dbl-64/slowexp.c>