Skip to content

Commit e6fdda7

Browse files
authored
Alphabetize ADX
1 parent d300c45 commit e6fdda7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/attributes/codegen.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ functions][unsafe function].
8080

8181
Feature | Implicitly Enables | Description
8282
------------|--------------------|-------------------
83-
`aes` | `sse2` | [AES] — Advanced Encryption Standard
8483
`adx` | | [ADX] — Multi-Precision Add-Carry Instruction Extensions
84+
`aes` | `sse2` | [AES] — Advanced Encryption Standard
8585
`avx` | `sse4.2` | [AVX] — Advanced Vector Extensions
8686
`avx2` | `avx` | [AVX2] — Advanced Vector Extensions 2
8787
`bmi1` | | [BMI1] — Bit Manipulation Instruction Sets
@@ -107,8 +107,8 @@ Feature | Implicitly Enables | Description
107107

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

110-
[AES]: https://en.wikipedia.org/wiki/AES_instruction_set
111110
[ADX]: https://en.wikipedia.org/wiki/Intel_ADX
111+
[AES]: https://en.wikipedia.org/wiki/AES_instruction_set
112112
[AVX]: https://en.wikipedia.org/wiki/Advanced_Vector_Extensions
113113
[AVX2]: https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#AVX2
114114
[BMI1]: https://en.wikipedia.org/wiki/Bit_Manipulation_Instruction_Sets

0 commit comments

Comments
 (0)