From 004332738515d5fb1909fa7865599c0c3791b07c Mon Sep 17 00:00:00 2001 From: Shervin Emami Date: Thu, 14 Nov 2024 19:20:45 +1100 Subject: [PATCH] Correct the description of an ARM64 flag in cpu.go --- cpu/cpu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/cpu.go b/cpu/cpu.go index 02609d5b2..d46276ca7 100644 --- a/cpu/cpu.go +++ b/cpu/cpu.go @@ -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