]> sourceware.org Git - glibc.git/commit
x86-64: Verify that _dl_runtime_resolve preserves vector registers
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 9 Feb 2017 20:19:44 +0000 (12:19 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 9 Feb 2017 20:19:58 +0000 (12:19 -0800)
commit3403a17fea8ccef7dc5f99553a13231acf838744
treeaebc6b60fec4cdddcf0587ed021cad7eb95598de
parent1266b9361aaafb122d530efefa90381e44d5b88e
x86-64: Verify that _dl_runtime_resolve preserves vector registers

On x86-64, _dl_runtime_resolve must preserve the first 8 vector
registers.  Add 3 _dl_runtime_resolve tests to verify that SSE,
AVX and AVX512 registers are preserved.

* sysdeps/x86_64/Makefile (tests): Add tst-sse, tst-avx and
tst-avx512.
(test-extras): Add tst-avx-aux and tst-avx512-aux.
(extra-test-objs): Add tst-avx-aux.o and tst-avx512-aux.o.
(modules-names): Add tst-ssemod, tst-avxmod and tst-avx512mod.
($(objpfx)tst-sse): New rule.
($(objpfx)tst-avx): Likewise.
($(objpfx)tst-avx512): Likewise.
(CFLAGS-tst-avx-aux.c): New.
(CFLAGS-tst-avxmod.c): Likewise.
(CFLAGS-tst-avx512-aux.c): Likewise.
(CFLAGS-tst-avx512mod.c): Likewise.
* sysdeps/x86_64/tst-avx-aux.c: New file.
* sysdeps/x86_64/tst-avx.c: Likewise.
* sysdeps/x86_64/tst-avx512-aux.c: Likewise.
* sysdeps/x86_64/tst-avx512.c: Likewise.
* sysdeps/x86_64/tst-avx512mod.c: Likewise.
* sysdeps/x86_64/tst-avxmod.c: Likewise.
* sysdeps/x86_64/tst-sse.c: Likewise.
* sysdeps/x86_64/tst-ssemod.c: Likewise.
ChangeLog
sysdeps/x86_64/Makefile
sysdeps/x86_64/tst-avx-aux.c [new file with mode: 0644]
sysdeps/x86_64/tst-avx.c [new file with mode: 0644]
sysdeps/x86_64/tst-avx512-aux.c [new file with mode: 0644]
sysdeps/x86_64/tst-avx512.c [new file with mode: 0644]
sysdeps/x86_64/tst-avx512mod.c [new file with mode: 0644]
sysdeps/x86_64/tst-avxmod.c [new file with mode: 0644]
sysdeps/x86_64/tst-sse.c [new file with mode: 0644]
sysdeps/x86_64/tst-ssemod.c [new file with mode: 0644]
This page took 0.041996 seconds and 5 git commands to generate.