@@ -159,7 +159,7 @@ Reference Manual], or elsewhere on [developer.arm.com].
159
159
160
160
Feature | Implicitly Enables | Feature Name
161
161
---------------|--------------------|-------------------
162
- ` aes ` | ` neon ` | FEAT_AES - Advanced <abbr title =" Single Instruction Multiple Data " >SIMD</abbr > AES instructions
162
+ ` aes ` | ` neon ` | FEAT_AES & FEAT_PMULL - Advanced <abbr title =" Single Instruction Multiple Data " >SIMD</abbr > AES & PMULL instructions
163
163
` bf16 ` | | FEAT_BF16 - BFloat16 instructions
164
164
` bti ` | | FEAT_BTI - Branch Target Identification
165
165
` crc ` | | FEAT_CRC - CRC32 checksum instructions
@@ -178,14 +178,14 @@ Feature | Implicitly Enables | Feature Name
178
178
` jsconv ` | ` neon ` | FEAT_JSCVT - JavaScript conversion instruction
179
179
` lse ` | | FEAT_LSE - Large System Extension
180
180
` lor ` | | FEAT_LOR - Limited Ordering Regions extension
181
- ` mte ` | | FEAT_MTE - Memory Tagging Extension
181
+ ` mte ` | | FEAT_MTE & FEAT_MTE2 - Memory Tagging Extension
182
182
` neon ` | | FEAT_FP & FEAT_AdvSIMD - Floating Point and Advanced SIMD extension
183
183
` pan ` | | FEAT_PAN - Privileged Access-Never extension
184
184
` paca ` | | FEAT_PAuth - Pointer Authentication (address authentication)
185
185
` pacg ` | | FEAT_PAuth - Pointer Authentication (generic authentication)
186
186
` pmuv3 ` | | FEAT_PMUv3 - Performance Monitors extension (v3)
187
187
` rand ` | | FEAT_RNG - Random Number Generator
188
- ` ras ` | | FEAT_RAS - Reliability, Availability and Serviceability extension
188
+ ` ras ` | | FEAT_RAS & FEAT_RASv1p1 - Reliability, Availability and Serviceability extension
189
189
` rcpc ` | | FEAT_LRCPC - Release consistent Processor Consistent
190
190
` rcpc2 ` | ` rcpc ` | FEAT_LRCPC2 - RcPc with immediate offsets
191
191
` rdm ` | | FEAT_RDM - Rounding Double Multiply accumulate
@@ -194,7 +194,7 @@ Feature | Implicitly Enables | Feature Name
194
194
` sha3 ` | ` sha2 ` | FEAT_SHA512 & FEAT_SHA3 - Advanced SIMD SHA instructions
195
195
` sm4 ` | ` neon ` | FEAT_SM3 & FEAT_SM4 - Advanced SIMD SM3/4 instructions
196
196
` spe ` | | FEAT_SPE - Statistical Profiling Extension
197
- ` ssbs ` | | FEAT_SSBS - Speculative Store Bypass Safe
197
+ ` ssbs ` | | FEAT_SSBS & FEAT_SSBS2 - Speculative Store Bypass Safe
198
198
` sve ` | ` fp16 ` | FEAT_SVE - Scalable Vector Extension
199
199
` sve2 ` | ` sve ` | FEAT_SVE2 - Scalable Vector Extension 2
200
200
` sve2-aes ` | ` sve2 ` , ` aes ` | FEAT_SVE_AES - SVE AES instructions
0 commit comments