]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] simd: move template code generator into _gen
authorAustin Clements <austin@google.com>
Tue, 18 Nov 2025 17:08:40 +0000 (12:08 -0500)
committerGopher Robot <gobot@golang.org>
Tue, 18 Nov 2025 23:13:45 +0000 (15:13 -0800)
commitcf45adf14069508195df1e0946437095e8a319a9
tree1a8734f191c674af7a0a49aaef8614fde6e9c0fb
parent19b4a30899db692a1740fdfb2e34884a7e441ee2
[dev.simd] simd: move template code generator into _gen

The XED-driven generator lives in simd/_gen, so move the other
template-driven code generator in simd/_gen as well.

Change-Id: Iedf0cc11bf9862e2808e77292d9960818976c698
Reviewed-on: https://go-review.googlesource.com/c/go/+/721662
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Austin Clements <austin@google.com>
src/simd/_gen/tmplgen/main.go [moved from src/simd/genfiles.go with 98% similarity]
src/simd/no_tag.go