The pragmas defined by the AArch64 target correspond to the AArch64 target function attributes. They can be specified as below:
#pragma GCC target("string")
where string
can be any string accepted as an AArch64 target attribute. See AArch64 Function Attributes, for more details on the permissible values of string
.
© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gcc/AArch64-Pragmas.html