Skip to content

Commit

Permalink
Merge pull request #1515 from marquiz/devel/docs-cpuid
Browse files Browse the repository at this point in the history
docs: document new x86 cpuid features
  • Loading branch information
k8s-ci-robot authored Dec 21, 2023
2 parents bca027a + ed7dbe2 commit 874cc98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/usage/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,12 @@ configuration options for details.
| ------------------ | ------------------------------------------------------- |
| ADX | Multi-Precision Add-Carry Instruction Extensions (ADX) |
| AESNI | Advanced Encryption Standard (AES) New Instructions (AES-NI) |
| APX_F | Intel Advanced Performance Extensions (APX) |
| AVX10 | Intel Advanced Vector Extensions 10 (AVX10) |
| AVX10_256, AVX10_512 | Intel AVX10 256-bit and 512-bit vector support |
| AVX | Advanced Vector Extensions (AVX) |
| AVX2 | Advanced Vector Extensions 2 (AVX2) |
| AVXIFMA | AVX-IFMA instructions |
| AVXVNNI | AVX (VEX encoded) VNNI neural network instructions |
| AMXBF16 | Advanced Matrix Extension, tile multiplication operations on BFLOAT16 numbers |
| AMXINT8 | Advanced Matrix Extension, tile multiplication operations on 8-bit integers |
Expand All @@ -106,7 +110,6 @@ configuration options for details.
| AVX512VNNI | AVX-512 vector neural network instructions |
| AVX512VP2INTERSECT | AVX-512 intersect for D/Q |
| AVX512VPOPCNTDQ | AVX-512 vector population count doubleword and quadword |
| AVXIFMA | AVX-IFMA instructions |
| AVXNECONVERT | AVX-NE-CONVERT instructions |
| AVXVNNIINT8 | AVX-VNNI-INT8 instructions |
| CMPCCXADD | CMPCCXADD instructions |
Expand Down

0 comments on commit 874cc98

Please sign in to comment.