File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ functions][unsafe function].
8181Feature | 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
You can’t perform that action at this time.
0 commit comments