Skip to content

Commit d300c45

Browse files
committed
Document ADX target_feature
1 parent 70fc73a commit d300c45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/attributes/codegen.md

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ functions][unsafe function].
8181
Feature | Implicitly Enables | Description
8282
------------|--------------------|-------------------
8383
`aes` | `sse2` | [AES] — Advanced Encryption Standard
84+
`adx` | | [ADX] — Multi-Precision Add-Carry Instruction Extensions
8485
`avx` | `sse4.2` | [AVX] — Advanced Vector Extensions
8586
`avx2` | `avx` | [AVX2] — Advanced Vector Extensions 2
8687
`bmi1` | | [BMI1] — Bit Manipulation Instruction Sets
@@ -107,6 +108,7 @@ Feature | Implicitly Enables | Description
107108
<!-- Keep links near each table to make it easier to move and update. -->
108109

109110
[AES]: https://en.wikipedia.org/wiki/AES_instruction_set
111+
[ADX]: https://en.wikipedia.org/wiki/Intel_ADX
110112
[AVX]: https://en.wikipedia.org/wiki/Advanced_Vector_Extensions
111113
[AVX2]: https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#AVX2
112114
[BMI1]: https://en.wikipedia.org/wiki/Bit_Manipulation_Instruction_Sets

0 commit comments

Comments
 (0)