Skip to content

Commit 874cc98

Browse files
authored
Merge pull request #1515 from marquiz/devel/docs-cpuid
docs: document new x86 cpuid features
2 parents bca027a + ed7dbe2 commit 874cc98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/usage/features.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,12 @@ configuration options for details.
8383
| ------------------ | ------------------------------------------------------- |
8484
| ADX | Multi-Precision Add-Carry Instruction Extensions (ADX) |
8585
| AESNI | Advanced Encryption Standard (AES) New Instructions (AES-NI) |
86+
| APX_F | Intel Advanced Performance Extensions (APX) |
87+
| AVX10 | Intel Advanced Vector Extensions 10 (AVX10) |
88+
| AVX10_256, AVX10_512 | Intel AVX10 256-bit and 512-bit vector support |
8689
| AVX | Advanced Vector Extensions (AVX) |
8790
| AVX2 | Advanced Vector Extensions 2 (AVX2) |
91+
| AVXIFMA | AVX-IFMA instructions |
8892
| AVXVNNI | AVX (VEX encoded) VNNI neural network instructions |
8993
| AMXBF16 | Advanced Matrix Extension, tile multiplication operations on BFLOAT16 numbers |
9094
| AMXINT8 | Advanced Matrix Extension, tile multiplication operations on 8-bit integers |
@@ -106,7 +110,6 @@ configuration options for details.
106110
| AVX512VNNI | AVX-512 vector neural network instructions |
107111
| AVX512VP2INTERSECT | AVX-512 intersect for D/Q |
108112
| AVX512VPOPCNTDQ | AVX-512 vector population count doubleword and quadword |
109-
| AVXIFMA | AVX-IFMA instructions |
110113
| AVXNECONVERT | AVX-NE-CONVERT instructions |
111114
| AVXVNNIINT8 | AVX-VNNI-INT8 instructions |
112115
| CMPCCXADD | CMPCCXADD instructions |

0 commit comments

Comments
 (0)