mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
[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:
parent
4004ff3523
commit
9461db5c59
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue