Next: , Up: Pragmas   [Contents][Index]


6.62.1 AArch64 Pragmas

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.