Skip to content

Commit 1265ebf

Browse files
committed
[dev.simd] internal/buildcfg: turn GOEXPERIMENT=simd back on
Turn the experiment back on by default on the dev.simd branch, for the ease of experimenting and development. Change-Id: I5f7e945d55d9d2163e2730b15aea471270599550 Reviewed-on: https://go-review.googlesource.com/c/go/+/723942 Reviewed-by: Junyang Shao <shaojunyang@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
1 parent 7d65463 commit 1265ebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/internal/buildcfg/exp.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ func ParseGOEXPERIMENT(goos, goarch, goexp string) (*ExperimentFlags, error) {
8383
baseline := goexperiment.Flags{
8484
RegabiWrappers: regabiSupported,
8585
RegabiArgs: regabiSupported,
86+
SIMD: goarch == "amd64", // TODO: remove this (default to false) when dev.simd is merged
8687
Dwarf5: dwarf5Supported,
8788
RandomizedHeapBase64: true,
8889
SizeSpecializedMalloc: true,

0 commit comments

Comments
 (0)