Re: libgcc: Remove PREDRES and LS64 from AArch64 cpuinfo

2025-03-07 Thread Richard Sandiford
Wilco Dijkstra writes: > Change AArch64 cpuinfo to follow the latest updates to the FMV spec [1]: > Remove FEAT_PREDRES and FEAT_LS64*. Preserve the ordering in enum > CPUFeatures. > > Passes regress, OK for commit? > > [1] https://github.com/ARM-software/acle/pull/382 > > gcc: > * commo

libgcc: Remove PREDRES and LS64 from AArch64 cpuinfo

2025-03-03 Thread Wilco Dijkstra
Change AArch64 cpuinfo to follow the latest updates to the FMV spec [1]: Remove FEAT_PREDRES and FEAT_LS64*. Preserve the ordering in enum CPUFeatures. Passes regress, OK for commit? [1] https://github.com/ARM-software/acle/pull/382 gcc: * common/config/aarch64/cpuinfo.h: Remove FEAT_PR