From: David Chase Date: Mon, 17 Nov 2025 20:37:47 +0000 (-0500) Subject: [dev.simd] simd: fix comment in file generator X-Git-Tag: go1.26rc1~147^2~17 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9461db5c5945472b0ba9d3ef75e802bb861f214d;p=gostls13.git [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 --- 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