gcc: AArch64 Pragmas

1 
1 6.61.1 AArch64 Pragmas
1 ----------------------
1 
1 The pragmas defined by the AArch64 target correspond to the AArch64
1 target function attributes.  They can be specified as below:
1      #pragma GCC target("string")
1 
1  where 'STRING' can be any string accepted as an AArch64 target
1 attribute.  ⇒AArch64 Function Attributes, for more details on the
1 permissible values of 'string'.
1