[v2,0/6] aarch64: Add FP8 multiplication instructions

Message ID 4152dd68-5547-2415-7491-a9f684230c24@e124511.cambridge.arm.com
Headers
Series aarch64: Add FP8 multiplication instructions |

Message

Andrew Carlotti June 21, 2024, 6:29 p.m. UTC
  This series is functionally identical to the previous FP8 multiplication series
and the "Enable gating instructions with FEAT_X || FEAT_Y" patch combined.  The
only change compared to the previous versions of these patches is in the
feature handling code, which is rewritten to use a new approach following a
conversation with Richard Earnshaw.

Are these ok for master?
  

Comments

Richard Earnshaw (lists) June 24, 2024, 3:53 p.m. UTC | #1
On 21/06/2024 19:29, Andrew Carlotti wrote:
> This series is functionally identical to the previous FP8 multiplication series
> and the "Enable gating instructions with FEAT_X || FEAT_Y" patch combined.  The
> only change compared to the previous versions of these patches is in the
> feature handling code, which is rewritten to use a new approach following a
> conversation with Richard Earnshaw.
> 
> Are these ok for master?

I've pushed this as I'm aware that Andrew is away this week.

R.