Re: [PATCH v3] aarch64: Ignore target pragmas while defining intrinsics

2025-03-03 Thread Richard Sandiford
Andrew Carlotti writes: > Compared to v2, this splits out the alignment switching into a new class and > merges the rest of the switching functionality into aarch64_target_switcher, > as agreed with Richard in the previous review discussion. > > Bootstrapped and regression tested on aarch64. Is th

[PATCH v3] aarch64: Ignore target pragmas while defining intrinsics

2025-02-27 Thread Andrew Carlotti
Compared to v2, this splits out the alignment switching into a new class and merges the rest of the switching functionality into aarch64_target_switcher, as agreed with Richard in the previous review discussion. Bootstrapped and regression tested on aarch64. Is this ok for master? --- Refactor t