Skip to content

Commit

Permalink
Correct the description of an ARM64 flag in cpu.go
Browse files Browse the repository at this point in the history
  • Loading branch information
shervinemami authored Nov 14, 2024
1 parent 3cf1e67 commit 0043327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/cpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ var ARM64 struct {
HasSHA3 bool // SHA3 hardware implementation
HasSM3 bool // SM3 hardware implementation
HasSM4 bool // SM4 hardware implementation
HasASIMDDP bool // Advanced SIMD double precision instruction set
HasASIMDDP bool // Advanced SIMD dot product instruction set
HasSHA512 bool // SHA512 hardware implementation
HasSVE bool // Scalable Vector Extensions
HasSVE2 bool // Scalable Vector Extensions 2
Expand Down

0 comments on commit 0043327

Please sign in to comment.