Skip to content

Commit 405242b

Browse files
authored
Merge pull request #1470 from adamgemmell/dev/adagem01/target-features-combined
Update aarch64 target feature docs to match LLVM
2 parents 9104f17 + db390b7 commit 405242b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/attributes/codegen.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Reference Manual], or elsewhere on [developer.arm.com].
159159

160160
Feature | Implicitly Enables | Feature Name
161161
---------------|--------------------|-------------------
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
163163
`bf16` | | FEAT_BF16 - BFloat16 instructions
164164
`bti` | | FEAT_BTI - Branch Target Identification
165165
`crc` | | FEAT_CRC - CRC32 checksum instructions
@@ -178,14 +178,14 @@ Feature | Implicitly Enables | Feature Name
178178
`jsconv` | `neon` | FEAT_JSCVT - JavaScript conversion instruction
179179
`lse` | | FEAT_LSE - Large System Extension
180180
`lor` | | FEAT_LOR - Limited Ordering Regions extension
181-
`mte` | | FEAT_MTE - Memory Tagging Extension
181+
`mte` | | FEAT_MTE & FEAT_MTE2 - Memory Tagging Extension
182182
`neon` | | FEAT_FP & FEAT_AdvSIMD - Floating Point and Advanced SIMD extension
183183
`pan` | | FEAT_PAN - Privileged Access-Never extension
184184
`paca` | | FEAT_PAuth - Pointer Authentication (address authentication)
185185
`pacg` | | FEAT_PAuth - Pointer Authentication (generic authentication)
186186
`pmuv3` | | FEAT_PMUv3 - Performance Monitors extension (v3)
187187
`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
189189
`rcpc` | | FEAT_LRCPC - Release consistent Processor Consistent
190190
`rcpc2` | `rcpc` | FEAT_LRCPC2 - RcPc with immediate offsets
191191
`rdm` | | FEAT_RDM - Rounding Double Multiply accumulate
@@ -194,7 +194,7 @@ Feature | Implicitly Enables | Feature Name
194194
`sha3` | `sha2` | FEAT_SHA512 & FEAT_SHA3 - Advanced SIMD SHA instructions
195195
`sm4` | `neon` | FEAT_SM3 & FEAT_SM4 - Advanced SIMD SM3/4 instructions
196196
`spe` | | FEAT_SPE - Statistical Profiling Extension
197-
`ssbs` | | FEAT_SSBS - Speculative Store Bypass Safe
197+
`ssbs` | | FEAT_SSBS & FEAT_SSBS2 - Speculative Store Bypass Safe
198198
`sve` | `fp16` | FEAT_SVE - Scalable Vector Extension
199199
`sve2` | `sve` | FEAT_SVE2 - Scalable Vector Extension 2
200200
`sve2-aes` | `sve2`, `aes` | FEAT_SVE_AES - SVE AES instructions

0 commit comments

Comments
 (0)