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/s_tan-avx.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sysdeps/x86_64/fpu/multiarch/s_tan-avx.c (limited to 'sysdeps/x86_64/fpu/multiarch/s_tan-avx.c') diff --git a/sysdeps/x86_64/fpu/multiarch/s_tan-avx.c b/sysdeps/x86_64/fpu/multiarch/s_tan-avx.c new file mode 100644 index 0000000000..f31ff65b6c --- /dev/null +++ b/sysdeps/x86_64/fpu/multiarch/s_tan-avx.c @@ -0,0 +1,9 @@ +#define tan __tan_avx +#define __branred __branred_avx +#define __dbl_mp __dbl_mp_avx +#define __mpranred __mpranred_avx +#define __mptan __mptan_avx +#define __sub __sub_avx +#define SECTION __attribute__ ((section (".text.avx"))) + +#include -- cgit 1.4.1