On Sun, 3 Aug 2025 at 02:40, Richard Henderson <richard.hender...@linaro.org> wrote: > > These two extensions are related due to sharing ID_AA64ISAR2.CSSC. > > I had intended to test by bootstrapping gcc under emulation with > -march=native (that seemed the easiest way to test the short > range branches), but that failed for unrelated reasons. > > I'll try again next week. > > > r~ > > > Richard Henderson (11): > target/arm: Add feature predicate for FEAT_CSSC > target/arm: Implement MIN/MAX (immediate) > target/arm: Implement MIN/MAX (register) > target/arm: Split out gen_wrap2_i32 helper > target/arm: Implement CTZ, CNT, ABS > target/arm: Enable FEAT_CSSC for -cpu max
I've applied this bits (FEAT_CSSC) to target-arm.next for 10.2; thanks. -- PMM