Skip to content

Commit 0043327

Browse files
authored
Correct the description of an ARM64 flag in cpu.go
1 parent 3cf1e67 commit 0043327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpu/cpu.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ var ARM64 struct {
100100
HasSHA3 bool // SHA3 hardware implementation
101101
HasSM3 bool // SM3 hardware implementation
102102
HasSM4 bool // SM4 hardware implementation
103-
HasASIMDDP bool // Advanced SIMD double precision instruction set
103+
HasASIMDDP bool // Advanced SIMD dot product instruction set
104104
HasSHA512 bool // SHA512 hardware implementation
105105
HasSVE bool // Scalable Vector Extensions
106106
HasSVE2 bool // Scalable Vector Extensions 2

0 commit comments

Comments
 (0)