Skip to content

Commit 1eb0ab0

Browse files
authored
Merge pull request rust-lang#1172 from tarcieri/adx-target-feature
Document ADX `target_feature`
2 parents 0a2fe66 + e6fdda7 commit 1eb0ab0

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
@@ -82,6 +82,7 @@ functions][unsafe function].
8282

8383
Feature | Implicitly Enables | Description
8484
------------|--------------------|-------------------
85+
`adx` | | [ADX] — Multi-Precision Add-Carry Instruction Extensions
8586
`aes` | `sse2` | [AES] — Advanced Encryption Standard
8687
`avx` | `sse4.2` | [AVX] — Advanced Vector Extensions
8788
`avx2` | `avx` | [AVX2] — Advanced Vector Extensions 2
@@ -108,6 +109,7 @@ Feature | Implicitly Enables | Description
108109

109110
<!-- Keep links near each table to make it easier to move and update. -->
110111

112+
[ADX]: https://en.wikipedia.org/wiki/Intel_ADX
111113
[AES]: https://en.wikipedia.org/wiki/AES_instruction_set
112114
[AVX]: https://en.wikipedia.org/wiki/Advanced_Vector_Extensions
113115
[AVX2]: https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#AVX2

0 commit comments

Comments
 (0)