mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
target/ppc: fix xxspltw for big endian hosts
Fix a typo in the host endianness macro and add a simple test to detect
regressions.
Fixes: 9bb0048ec6
("target/ppc: convert xxspltw to vector operations")
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220310172047.61094-1-matheus.ferst@eldorado.org.br>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
parent
c6242335b3
commit
52d324ff13
4 changed files with 49 additions and 1 deletions
|
@ -27,5 +27,6 @@ run-sha512-vector: QEMU_OPTS+=-cpu POWER10
|
|||
run-plugin-sha512-vector-with-%: QEMU_OPTS+=-cpu POWER10
|
||||
|
||||
PPC64_TESTS += signal_save_restore_xer
|
||||
PPC64_TESTS += xxspltw
|
||||
|
||||
TESTS += $(PPC64_TESTS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue