]> git.ipfire.org Git - thirdparty/valgrind.git/commit
memcheck/tests/amd64/rh2257546_256.c: use xmm instead of ymm in clobbers
authorMark Wielaard <mark@klomp.org>
Thu, 23 Jan 2025 21:59:42 +0000 (22:59 +0100)
committerMark Wielaard <mark@klomp.org>
Thu, 23 Jan 2025 21:59:47 +0000 (22:59 +0100)
commitfd1608c55b5f1d466536e635ce6805a022a2f8c0
tree52db1d85ebb35710e2fa1a902d3dd23af9541953
parent42eb19c0da3bb280de88b7f8fc9b7caaa44aedfe
memcheck/tests/amd64/rh2257546_256.c: use xmm instead of ymm in clobbers

Older gcc (4.8.5) doesn't recognize yym registers as clobbers. Use xmm
instead, as in the AVX configure checks, which are the same register
(half) just with a different name.
memcheck/tests/amd64/rh2257546_256.c