]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.simd] simd: fix comment in file generator
authorDavid Chase <drchase@google.com>
Mon, 17 Nov 2025 20:37:47 +0000 (15:37 -0500)
committerDavid Chase <drchase@google.com>
Tue, 18 Nov 2025 17:26:13 +0000 (09:26 -0800)
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>
src/simd/genfiles.go

index be23b127c89d21abf3cf4c080405960ec20e0ec7..7f1035f6cf88762c11d2a6e38c3ff6ab1ee45d32 100644 (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