Re: [PATCH 0/2] target/arm: SME vs FP enable fixes

2025-03-12 Thread Peter Maydell
On Fri, 7 Mar 2025 at 19:05, Richard Henderson wrote: > > If SME Streaming Mode is enabled, but FP is disabled, we get two > assertion failures within the translator. Beyond the assertions, > this combination should succeed because we're executing on the > SME co-processor's registers, not the co

[PATCH 0/2] target/arm: SME vs FP enable fixes

2025-03-07 Thread Richard Henderson
If SME Streaming Mode is enabled, but FP is disabled, we get two assertion failures within the translator. Beyond the assertions, this combination should succeed because we're executing on the SME co-processor's registers, not the core cpu's AdvSIMD registers. r~ Richard Henderson (2): targe