We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf1e67 commit 0043327Copy full SHA for 0043327
cpu/cpu.go
@@ -100,7 +100,7 @@ var ARM64 struct {
100
HasSHA3 bool // SHA3 hardware implementation
101
HasSM3 bool // SM3 hardware implementation
102
HasSM4 bool // SM4 hardware implementation
103
- HasASIMDDP bool // Advanced SIMD double precision instruction set
+ HasASIMDDP bool // Advanced SIMD dot product instruction set
104
HasSHA512 bool // SHA512 hardware implementation
105
HasSVE bool // Scalable Vector Extensions
106
HasSVE2 bool // Scalable Vector Extensions 2
0 commit comments