From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: danikhan632@git.sr.ht, qemu-arm@nongnu.org
Subject: [PATCH 0/3] target/arm: Fixes for SME FMOPA (#2373)
Date: Mon, 15 Jul 2024 15:58:17 +1000 [thread overview]
Message-ID: <20240715055820.319035-1-richard.henderson@linaro.org> (raw)
Hi Daniyal,
Your fix for sme_fmopa_s is correct, but not the FZ16 fix.
We represent FZ16 with a separate float_status structure,
so all that is needed is to use that.
Thanks for the test cases. I cleaned them up a little,
and wired them into the Makefile.
r~
Supercedes: 172090222034.13953.16888708708822922098-0@git.sr.ht
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 | 51 +++++++++++++++++++++++++
tests/tcg/aarch64/sme-fmopa-3.c | 58 ++++++++++++++++++++++++++++
tests/tcg/aarch64/Makefile.target | 5 ++-
6 files changed, 184 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
--
2.43.0
next reply other threads:[~2024-07-15 5:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-15 5:58 Richard Henderson [this message]
2024-07-15 5:58 ` [PATCH 1/3] target/arm: Use float_status copy in sme_fmopa_s Richard Henderson
2024-07-15 6:35 ` Philippe Mathieu-Daudé
2024-07-15 9:34 ` Alex Bennée
2024-07-15 5:58 ` [PATCH 2/3] target/arm: Use FPST_F16 for SME FMOPA (widening) Richard Henderson
2024-07-15 6:02 ` Richard Henderson
2024-07-15 10:03 ` Alex Bennée
2024-07-15 5:58 ` [PATCH 3/3] tests/tcg/aarch64: Add test cases " Richard Henderson
2024-07-15 10:08 ` Alex Bennée
2024-07-16 11:35 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240715055820.319035-1-richard.henderson@linaro.org \
--to=richard.henderson@linaro.org \
--cc=danikhan632@git.sr.ht \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).