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
.