mbox series

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

Message ID 20240717060149.204788-1-richard.henderson@linaro.org
Headers show
Series target/arm: Fixes for SME FMOPA (#2373) | expand

Message

Richard Henderson July 17, 2024, 6:01 a.m. UTC
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/tcg/sme_helper.c       |  2 +-
 target/arm/tcg/translate-sme.c    | 12 ++++--
 tests/tcg/aarch64/sme-fmopa-1.c   | 63 +++++++++++++++++++++++++++++++
 tests/tcg/aarch64/sme-fmopa-2.c   | 56 +++++++++++++++++++++++++++
 tests/tcg/aarch64/sme-fmopa-3.c   | 63 +++++++++++++++++++++++++++++++
 tests/tcg/aarch64/Makefile.target |  5 ++-
 6 files changed, 194 insertions(+), 7 deletions(-)
 create mode 100644 tests/tcg/aarch64/sme-fmopa-1.c
 create mode 100644 tests/tcg/aarch64/sme-fmopa-2.c
 create mode 100644 tests/tcg/aarch64/sme-fmopa-3.c

Comments

Peter Maydell July 18, 2024, 10:25 a.m. UTC | #1
On Wed, 17 Jul 2024 at 07:02, Richard Henderson
<richard.henderson@linaro.org> 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 Henderson (1):
>   target/arm: Use FPST_F16 for SME FMOPA (widening)
>



Applied to target-arm.next, thanks.

-- PMM