All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: Richard Henderson <richard.henderson@linaro.org>
Cc: qemu-devel@nongnu.org,  qemu-arm@nongnu.org
Subject: Re: [PATCH 00/10] target/arm: Implement FEAT_SME_F8F16
Date: Fri, 26 Jun 2026 11:07:37 +0100	[thread overview]
Message-ID: <87se69haxi.fsf@draig.linaro.org> (raw)
In-Reply-To: <20260625015159.719300-1-richard.henderson@linaro.org> (Richard Henderson's message of "Wed, 24 Jun 2026 18:51:48 -0700")

Richard Henderson <richard.henderson@linaro.org> writes:

> Another minor feature working toward SME2.2.

This conflicts heavily with master - did a bunch of stuff get merged
that broke it?

>
> r~
>
> Richard Henderson (10):
>   target/arm: Enable FADD/FSUB (half-precision) with FEAT_SME_F8F16
>   target/arm: Rename SME FMLAL/FMLSL patterns
>   target/arm: Implement FMLAL (multiple, multiple and single, FP8 to
>     FP16)
>   target/arm: Implement FMLAL (multiple and indexed, FP8 to FP16)
>   target/arm: Implement FDOT (multiple, multiple and single, FP8 to
>     FP16)
>   target/arm: Implement DOT (multiple and indexed, FP8 to FP16)
>   target/arm: Implement FMOPA (widening, 2-way, FP8 to FP16)
>   target/arm: Rename FVDOT pattern
>   target/arm: Implement FVDOT (FP8 to FP16)
>   target/arm: Enable FEAT_SME_F8F16 for -cpu max
>
>  target/arm/cpu-features.h        | 11 +++++
>  target/arm/tcg/helper-fp8-defs.h |  2 +
>  linux-user/aarch64/elfload.c     |  1 +
>  target/arm/tcg/cpu64.c           |  1 +
>  target/arm/tcg/fp8_helper.c      | 58 +++++++++++++++++++++++++
>  target/arm/tcg/translate-sme.c   | 72 +++++++++++++++++++++++---------
>  docs/system/arm/emulation.rst    |  1 +
>  target/arm/tcg/sme.decode        | 66 +++++++++++++++++++++--------
>  8 files changed, 176 insertions(+), 36 deletions(-)

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro


  parent reply	other threads:[~2026-06-26 10:07 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-25  1:51 [PATCH 00/10] target/arm: Implement FEAT_SME_F8F16 Richard Henderson
2026-06-25  1:51 ` [PATCH 01/10] target/arm: Enable FADD/FSUB (half-precision) with FEAT_SME_F8F16 Richard Henderson
2026-06-26  9:03   ` Peter Maydell
2026-06-25  1:51 ` [PATCH 02/10] target/arm: Rename SME FMLAL/FMLSL patterns Richard Henderson
2026-06-25 10:17   ` Peter Maydell
2026-06-25  1:51 ` [PATCH 03/10] target/arm: Implement FMLAL (multiple, multiple and single, FP8 to FP16) Richard Henderson
2026-06-26  9:11   ` Peter Maydell
2026-06-25  1:51 ` [PATCH 04/10] target/arm: Implement FMLAL (multiple and indexed, " Richard Henderson
2026-06-26  9:12   ` Peter Maydell
2026-06-25  1:51 ` [PATCH 05/10] target/arm: Implement FDOT (multiple, multiple and single, " Richard Henderson
2026-06-25  1:51 ` [PATCH 06/10] target/arm: Implement DOT (multiple and indexed, " Richard Henderson
2026-06-26  9:16   ` Peter Maydell
2026-06-25  1:51 ` [PATCH 07/10] target/arm: Implement FMOPA (widening, 2-way, " Richard Henderson
2026-06-26  9:22   ` Peter Maydell
2026-06-25  1:51 ` [PATCH 08/10] target/arm: Rename FVDOT pattern Richard Henderson
2026-06-25 10:19   ` Peter Maydell
2026-06-25  1:51 ` [PATCH 09/10] target/arm: Implement FVDOT (FP8 to FP16) Richard Henderson
2026-06-26  9:27   ` Peter Maydell
2026-06-26 15:33     ` Richard Henderson
2026-06-25  1:51 ` [PATCH 10/10] target/arm: Enable FEAT_SME_F8F16 for -cpu max Richard Henderson
2026-06-25 10:18   ` Peter Maydell
2026-06-26  9:33 ` [PATCH 00/10] target/arm: Implement FEAT_SME_F8F16 Peter Maydell
2026-06-26 10:07 ` Alex Bennée [this message]
2026-06-26 10:16   ` Peter Maydell
2026-06-26 11:54     ` 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=87se69haxi.fsf@draig.linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.