Re: [PATCH v2 0/2] target/ppc: Fix vextu[bhw][lr]x on big endian hosts

2021-08-26 Thread David Gibson
On Thu, Aug 26, 2021 at 11:14:44AM -0300, matheus.fe...@eldorado.org.br wrote: > From: Matheus Ferst > > The definition of struct Int128 is currently independent of the host > endianness, causing different results when using the member s128 of > union ppc_vsr_t in big-endian builds with CONFIG_IN

[PATCH v2 0/2] target/ppc: Fix vextu[bhw][lr]x on big endian hosts

2021-08-26 Thread matheus . ferst
From: Matheus Ferst The definition of struct Int128 is currently independent of the host endianness, causing different results when using the member s128 of union ppc_vsr_t in big-endian builds with CONFIG_INT128 or !CONFIG_INT128. The only PPC instructions that seem to be affected by this issue