On Sun, 19 Jul 2026 at 18:49, Richard Henderson <[email protected]> wrote: > > These are controlled by FEAT_SVE_B16B16 not FEAT_SME_B16B16. > > Cc: [email protected] > Fixes: bc65d2bd1cb ("target/arm: Implement SME2 Multiple and Single SVE > Destructive") > Fixes: 930760eb753 ("target/arm: Implement SME2 Multiple Vectors SVE > Destructive") > Fixes: 8b61eff8e72 ("target/arm: Implement SME2 FCLAMP, SCLAMP, UCLAMP") > Signed-off-by: Richard Henderson <[email protected]>
Yes, FEAT_SME_B16B16 is for the ZA-targeting insns, and the Z-targeting insns (even the SME ones) are FEAT_SVE_B16B16. Reviewed-by: Peter Maydell <[email protected]> I'll try to put this one patch into an arm pullreq for rc3. thanks -- PMM
