We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabbd5c commit 7023367Copy full SHA for 7023367
cpu/cpu.go
@@ -38,7 +38,7 @@ var X86 struct {
38
HasAVX512F bool // Advanced vector extension 512 Foundation Instructions
39
HasAVX512CD bool // Advanced vector extension 512 Conflict Detection Instructions
40
HasAVX512ER bool // Advanced vector extension 512 Exponential and Reciprocal Instructions
41
- HasAVX512PF bool // Advanced vector extension 512 Prefetch Instructions Instructions
+ HasAVX512PF bool // Advanced vector extension 512 Prefetch Instructions
42
HasAVX512VL bool // Advanced vector extension 512 Vector Length Extensions
43
HasAVX512BW bool // Advanced vector extension 512 Byte and Word Instructions
44
HasAVX512DQ bool // Advanced vector extension 512 Doubleword and Quadword Instructions
0 commit comments