]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] internal/goexperiment: add SIMD goexperiment
authorCherry Mui <cherryyz@google.com>
Thu, 22 May 2025 19:08:05 +0000 (15:08 -0400)
committerCherry Mui <cherryyz@google.com>
Thu, 22 May 2025 20:37:21 +0000 (13:37 -0700)
commit4d2c71ebf9b05c50d4078fe1735fb4d0d1d26572
tree73c74adeb903f96109cc51f5697121fca7d0180a
parent3ac5f2f962fe63c024856b28917589a3a8b3882a
[dev.simd] internal/goexperiment: add SIMD goexperiment

We'll use it to guard the simd package, and the compiler's
handling of SIMD types and intrinsics.

Change-Id: I0356368eea0a98a5016baaaf7acb7da8b6305429
Reviewed-on: https://go-review.googlesource.com/c/go/+/675536
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/internal/goexperiment/exp_simd_off.go [new file with mode: 0644]
src/internal/goexperiment/exp_simd_on.go [new file with mode: 0644]
src/internal/goexperiment/flags.go