]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] simd: add goexperiment tag to generate.go
authorCherry Mui <cherryyz@google.com>
Mon, 24 Nov 2025 16:24:00 +0000 (11:24 -0500)
committerCherry Mui <cherryyz@google.com>
Mon, 24 Nov 2025 19:47:27 +0000 (11:47 -0800)
commit61a5a6b016986cc56fe52c360654bbbd875efa4e
tree684fbac0bdbb10cfe0fa93976332c974cf31c102
parentf045ed4110aa430da0ba118d2be46f0d602d6633
[dev.simd] simd: add goexperiment tag to generate.go

So the simd package does not exist, instead of existing as an
empty package, if the goexperiment is not enabled. Unfortunately
the simd package developers have to run
GOEXPERIMENT=simd go generate, especially if one is not on an
AMD64 machine. But that command is still simple enough, not too
bad.

Change-Id: I632ce92ecb72e208212e294d8b3448b43fd01eef
Reviewed-on: https://go-review.googlesource.com/c/go/+/723802
Reviewed-by: Junyang Shao <shaojunyang@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/go/doc/comment/std.go
src/simd/generate.go
src/simd/internal/simd_test/generate.go [moved from src/simd/internal/simd_test/no_tag.go with 58% similarity]