Re: [PATCH v2 0/3] target/arm: Fixes for SME FMOPA (#2373)

2024-07-18 Thread Peter Maydell
On Wed, 17 Jul 2024 at 07:02, Richard Henderson wrote: > > Changes for v2: > - Apply r-b. > - Add license headers to two test cases. > > r~ > > Daniyal Khan (2): > target/arm: Use float_status copy in sme_fmopa_s > tests/tcg/aarch64: Add test cases for SME FMOPA (widening) > > Richard Hend

[PATCH v2 0/3] target/arm: Fixes for SME FMOPA (#2373)

2024-07-16 Thread Richard Henderson
Changes for v2: - Apply r-b. - Add license headers to two test cases. r~ Daniyal Khan (2): target/arm: Use float_status copy in sme_fmopa_s tests/tcg/aarch64: Add test cases for SME FMOPA (widening) Richard Henderson (1): target/arm: Use FPST_F16 for SME FMOPA (widening) target/arm/t