From 9461db5c5945472b0ba9d3ef75e802bb861f214d Mon Sep 17 00:00:00 2001 From: David Chase Date: Mon, 17 Nov 2025 15:37:47 -0500 Subject: [PATCH] [dev.simd] simd: fix comment in file generator the comment was accidentally updated in the generated file, and the update was good. So update the generator, too. Change-Id: I6a76aa3bdb7fb78378508b95248939567bff69e4 Reviewed-on: https://go-review.googlesource.com/c/go/+/721341 LUCI-TryBot-Result: Go LUCI Reviewed-by: Austin Clements --- src/simd/genfiles.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/simd/genfiles.go b/src/simd/genfiles.go index be23b127c8..7f1035f6cf 100644 --- a/src/simd/genfiles.go +++ b/src/simd/genfiles.go @@ -912,6 +912,7 @@ type SIMDLogicalOP uint8 const ( // boolean simd operations, for reducing expression to VPTERNLOG* instructions // sloInterior is set for non-root nodes in logical-op expression trees. + // the operations are even-numbered. sloInterior SIMDLogicalOP = 1 sloNone SIMDLogicalOP = 2 * iota sloAnd -- 2.52.0