]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] simd: make 'go generate' generate everything
authorAustin Clements <austin@google.com>
Tue, 18 Nov 2025 17:03:51 +0000 (12:03 -0500)
committerGopher Robot <gobot@golang.org>
Tue, 18 Nov 2025 23:13:48 +0000 (15:13 -0800)
commit3fe246ae0f5f0f8c839408097747fe7f9a7c04a4
treecf177c03f35c5079f1e29dd78b0ce8b9caf862d6
parentcf45adf14069508195df1e0946437095e8a319a9
[dev.simd] simd: make 'go generate' generate everything

The simd package involves quite a lot of code generation.
Currently, that's spread across a few different tools.
Bring the process together in simd/_gen/main.go and make
'go generate' in the simd package do the right thing.

Change-Id: Iba7e120987f13840a23ed32a528e2398fc7a6065
Reviewed-on: https://go-review.googlesource.com/c/go/+/721663
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Austin Clements <austin@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/simd/_gen/main.go [new file with mode: 0644]
src/simd/generate.go [new file with mode: 0644]
src/simd/no_tag.go [deleted file]