Skip to content

Commit

Permalink
Merge pull request #1172 from tarcieri/adx-target-feature
Browse files Browse the repository at this point in the history
Document ADX `target_feature`
  • Loading branch information
ehuss authored Mar 18, 2022
2 parents 0a2fe66 + e6fdda7 commit 1eb0ab0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/attributes/codegen.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ functions][unsafe function].

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

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

[ADX]: https://en.wikipedia.org/wiki/Intel_ADX
[AES]: https://en.wikipedia.org/wiki/AES_instruction_set
[AVX]: https://en.wikipedia.org/wiki/Advanced_Vector_Extensions
[AVX2]: https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#AVX2
Expand Down

0 comments on commit 1eb0ab0

Please sign in to comment.