[PATCH v2 5/5] aarch64: Reformat array initializers
via Sourceware Forge
forge-bot@forge-test.rdfm.org
Thu Sep 18 15:58:10 GMT 2025
From: Karl Meakin <karl.meakin@arm.com>
Spread the initializers over several lines, and include the names of
each field in a comment (in lieu of C++20 designated initializers).
Also rename `CONSTEXPR` to `constexpr` and remove `const` (it is
redundant, because `constexpr` implies `const`).
gcc/ChangeLog:
* config/aarch64/aarch64-sve-builtins.cc (vector_types): Reformat.
(mode_suffixes): Likewise.
(group_suffixes): Likewise.
(function_groups): Likewise.
(neon_sve_function_groups): Likewise.
(sme_function_groups): Likewise.
---
gcc/config/aarch64/aarch64-sve-builtins.cc | 179 +++++++++++++--------
1 file changed, 110 insertions(+), 69 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v2-0005-aarch64-Reformat-array-initializers.patch
Type: text/x-patch
Size: 9847 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/test-list/attachments/20250918/143f2ce0/attachment.bin>
More information about the Test-list
mailing list