Update copyright notices with scripts/update-copyrights.
[glibc.git] / sysdeps / x86_64 / fpu / multiarch / e_exp-avx.c
blobee5dd6d2dc27d1ae55a2ba4b1841ed422485cc7a
1 #define __ieee754_exp __ieee754_exp_avx
2 #define __exp1 __exp1_avx
3 #define __slowexp __slowexp_avx
4 #define SECTION __attribute__ ((section (".text.avx")))
6 #include <sysdeps/ieee754/dbl-64/e_exp.c>