Re: [PATCH for-8.2] target/arm: Fix SME FMOPA (16-bit), BFMOPA

2023-11-20 Thread Peter Maydell
On Fri, 17 Nov 2023 at 19:32, Richard Henderson wrote: > > Perform the loop increment unconditionally, not nested > within the predication. > > Cc: qemu-sta...@nongnu.org > Fixes: 3916841ac75 ("target/arm: Implement FMOPA, FMOPS (widening)") > Resolves: https://gitlab.com/qemu-project/qemu/-/issue

Re: [PATCH for-8.2] target/arm: Fix SME FMOPA (16-bit), BFMOPA

2023-11-18 Thread Philippe Mathieu-Daudé
On 17/11/23 20:31, Richard Henderson wrote: Perform the loop increment unconditionally, not nested within the predication. Cc: qemu-sta...@nongnu.org Fixes: 3916841ac75 ("target/arm: Implement FMOPA, FMOPS (widening)") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1985 Signed-off-by: R

[PATCH for-8.2] target/arm: Fix SME FMOPA (16-bit), BFMOPA

2023-11-17 Thread Richard Henderson
Perform the loop increment unconditionally, not nested within the predication. Cc: qemu-sta...@nongnu.org Fixes: 3916841ac75 ("target/arm: Implement FMOPA, FMOPS (widening)") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1985 Signed-off-by: Richard Henderson --- target/arm/tcg/sme_help