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