Re: [PATCH] libgcc: Update FMV features to latest ACLE spec 2024Q4

2025-04-30 Thread Richard Sandiford
Wilco Dijkstra writes: > Update FMV features to latest ACLE spec of 2024Q4 - several features have > been removed > or merged. Add FMV support for CSSC and MOPS. Preserve the ordering in enum > CPUFeatures. > > gcc: > * common/config/aarch64/cpuinfo.h: Remove unused features, add > FE

[PATCH] libgcc: Update FMV features to latest ACLE spec 2024Q4

2025-04-30 Thread Wilco Dijkstra
Update FMV features to latest ACLE spec of 2024Q4 - several features have been removed or merged. Add FMV support for CSSC and MOPS. Preserve the ordering in enum CPUFeatures. gcc: * common/config/aarch64/cpuinfo.h: Remove unused features, add FEAT_CSSC and FEAT_MOPS.