Update copyright notices with scripts/update-copyrights.
[glibc.git] / sysdeps / x86_64 / fpu / multiarch / e_log-avx.c
blobc669019bc2f163eff9c08f917a31f81447b3e0c1
1 #define __ieee754_log __ieee754_log_avx
2 #define __mplog __mplog_avx
3 #define __add __add_avx
4 #define __dbl_mp __dbl_mp_avx
5 #define __sub __sub_avx
6 #define SECTION __attribute__ ((section (".text.avx")))
8 #include <sysdeps/ieee754/dbl-64/e_log.c>