qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] target/ppc: fix xxspltw for big endian hosts


From: Cédric Le Goater
Subject: Re: [PATCH] target/ppc: fix xxspltw for big endian hosts
Date: Mon, 14 Mar 2022 16:21:05 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.2

On 3/10/22 18:20, matheus.ferst@eldorado.org.br wrote:
From: Matheus Ferst <matheus.ferst@eldorado.org.br>

Fix a typo in the host endianness macro and add a simple test to detect
regressions.

Fixes: 9bb0048ec6f8 ("target/ppc: convert xxspltw to vector operations")
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
---
  target/ppc/translate/vsx-impl.c.inc |  2 +-
  tests/tcg/ppc64/Makefile.target     |  1 +
  tests/tcg/ppc64le/Makefile.target   |  1 +
  tests/tcg/ppc64le/xxspltw.c         | 46 +++++++++++++++++++++++++++++
  4 files changed, 49 insertions(+), 1 deletion(-)
  create mode 100644 tests/tcg/ppc64le/xxspltw.c


Queued for 7.0

Thanks,

C.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]