]> git.ipfire.org Git - thirdparty/glibc.git/commit
Don't compile do_test with -mavx/-mavx2/-mavx512.
authorAndrew Senkevich <andrew.senkevich@intel.com>
Mon, 17 Oct 2016 16:01:32 +0000 (19:01 +0300)
committerRyan S. Arnold <ryan.arnold@linaro.org>
Sat, 22 Oct 2016 16:49:11 +0000 (11:49 -0500)
commite124685d6140c870fd2de18545a58bd0b8d91177
tree3ae87bac823c160665003c104826f4e752158304
parent810c1eaf41061d745d73edd1b5f423093efe7438
Don't compile do_test with -mavx/-mavx2/-mavx512.

Don't compile do_test (in sincos ABI tests) with -mavx, -mavx2
nor -mavx512 since they won't run on non-AVX machines.

(cherry-picked from commit fe0cf8614836e2b08b802eb1f55abca75d558545)
12 files changed:
ChangeLog
sysdeps/x86_64/fpu/Makefile
sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx-main.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx2-main.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx512-main.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-double-libmvec-sincos-main.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-double-libmvec-sincos.c
sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx-main.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx2-main.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx512-main.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-float-libmvec-sincosf-main.c [new file with mode: 0644]
sysdeps/x86_64/fpu/test-float-libmvec-sincosf.c