[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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Austin Clements <austin@google.com>
This commit is contained in:
David Chase 2025-11-17 15:37:47 -05:00
parent 4004ff3523
commit 9461db5c59

View file

@ -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