Re: [PATCH v2 11/11] aarch64: Extend aarch64_feature_flags to 128 bits

2024-07-11 Thread Richard Sandiford
Andrew Carlotti writes: > Replace the existing uint64_t typedef with a bbitmap<2> typedef. Most > of the preparatory work was carried out in previous commits, so this > patch itself is fairly small. > > gcc/ChangeLog: > > * common/config/aarch64/aarch64-common.cc > (aarch64_set_asm_is

[PATCH v2 11/11] aarch64: Extend aarch64_feature_flags to 128 bits

2024-07-11 Thread Andrew Carlotti
Replace the existing uint64_t typedef with a bbitmap<2> typedef. Most of the preparatory work was carried out in previous commits, so this patch itself is fairly small. gcc/ChangeLog: * common/config/aarch64/aarch64-common.cc (aarch64_set_asm_isa_flags): Store a second uint64_t v