Add AVX optimized versions for some x86-64 math functions
authorUlrich Drepper <drepper@gmail.com>
Wed, 26 Oct 2011 01:34:55 +0000 (21:34 -0400)
committerUlrich Drepper <drepper@gmail.com>
Wed, 26 Oct 2011 01:34:55 +0000 (21:34 -0400)
commite0016b11d6186a7003d7204cb100acab9bbcd940
tree8c702a330664d113edbdaff9ba4ec67e266bbb80
parentffb124cc518c182e238c20abb0ff8bdeaefefd66
Add AVX optimized versions for some x86-64 math functions
30 files changed:
ChangeLog
sysdeps/ieee754/dbl-64/e_rem_pio2.c
sysdeps/x86_64/fpu/multiarch/Makefile
sysdeps/x86_64/fpu/multiarch/brandred-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/doasin-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/dosincos-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/e_asin-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/e_asin.c
sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/e_atan2.c
sysdeps/x86_64/fpu/multiarch/e_exp-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/e_exp.c
sysdeps/x86_64/fpu/multiarch/e_log-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/e_log.c
sysdeps/x86_64/fpu/multiarch/mpa-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/mpatan-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/mpexp-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/mplog-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/mptan-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/s_atan-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/s_atan.c
sysdeps/x86_64/fpu/multiarch/s_sin-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/s_sin.c
sysdeps/x86_64/fpu/multiarch/s_tan-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/s_tan.c
sysdeps/x86_64/fpu/multiarch/sincos32-avx.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/slowexp-avx.c [new file with mode: 0644]
sysdeps/x86_64/multiarch/init-arch.h