Changes

Jump to: navigation, search

SVE2

163 bytes added, 11:47, 25 March 2022
Building SVE2 Code
Note: some ARM documentation will refer to <code><arm_sve2.h></code>, but in gcc, the correct file is <code><arm_sve.h></code>
 
=== Macro for SVE2 ===
 
To detect SVE2 capability in the compilation target, use the macro <code>__ARM_FEATURE_SVE2</code>:
 
#if __ARM_FEATURE_SVE2
...
#endif
== Running SVE2 Code ==

Navigation menu