Skip to content

Commit 7023367

Browse files
cuishuanggopherbot
authored andcommitted
cpu: remove repetitive word
Change-Id: I6dbed409b549ab2cfc862094f19373816b7c0859 Reviewed-on: https://go-review.googlesource.com/c/sys/+/519076 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent eabbd5c commit 7023367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cpu/cpu.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var X86 struct {
3838
HasAVX512F bool // Advanced vector extension 512 Foundation Instructions
3939
HasAVX512CD bool // Advanced vector extension 512 Conflict Detection Instructions
4040
HasAVX512ER bool // Advanced vector extension 512 Exponential and Reciprocal Instructions
41-
HasAVX512PF bool // Advanced vector extension 512 Prefetch Instructions Instructions
41+
HasAVX512PF bool // Advanced vector extension 512 Prefetch Instructions
4242
HasAVX512VL bool // Advanced vector extension 512 Vector Length Extensions
4343
HasAVX512BW bool // Advanced vector extension 512 Byte and Word Instructions
4444
HasAVX512DQ bool // Advanced vector extension 512 Doubleword and Quadword Instructions

0 commit comments

Comments
 (0)