Re: [PATCH v2 05/11] aarch64: Define aarch64_get_{asm_|}isa_flags

2024-07-11 Thread Richard Sandiford
Andrew Carlotti writes: > Building an aarch64_feature_flags value from data within a gcc_options > or cl_target_option struct will get more complicated in a later commit. > Use a macro to avoid doing this manually in more than one location. > > gcc/ChangeLog: > > * common/config/aarch64/aarc

[PATCH v2 05/11] aarch64: Define aarch64_get_{asm_|}isa_flags

2024-07-11 Thread Andrew Carlotti
Building an aarch64_feature_flags value from data within a gcc_options or cl_target_option struct will get more complicated in a later commit. Use a macro to avoid doing this manually in more than one location. gcc/ChangeLog: * common/config/aarch64/aarch64-common.cc (aarch64_hand