From e0016b11d6186a7003d7204cb100acab9bbcd940 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 25 Oct 2011 21:34:55 -0400 Subject: Add AVX optimized versions for some x86-64 math functions --- sysdeps/x86_64/fpu/multiarch/e_log-avx.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sysdeps/x86_64/fpu/multiarch/e_log-avx.c (limited to 'sysdeps/x86_64/fpu/multiarch/e_log-avx.c') diff --git a/sysdeps/x86_64/fpu/multiarch/e_log-avx.c b/sysdeps/x86_64/fpu/multiarch/e_log-avx.c new file mode 100644 index 0000000000..c669019bc2 --- /dev/null +++ b/sysdeps/x86_64/fpu/multiarch/e_log-avx.c @@ -0,0 +1,8 @@ +#define __ieee754_log __ieee754_log_avx +#define __mplog __mplog_avx +#define __add __add_avx +#define __dbl_mp __dbl_mp_avx +#define __sub __sub_avx +#define SECTION __attribute__ ((section (".text.avx"))) + +#include -- cgit 1.4.1