Skip to content

Commit 8b41e84

Browse files
committed
[dev.simd] internal/buildcfg: default-disable simd experiment, for merge w/ master
this will be undone after the two branches are both in sync. Change-Id: I114e8a9b4ed29646ec22db1135e59f8bad47c4da Reviewed-on: https://go-review.googlesource.com/c/go/+/726521 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Junyang Shao <shaojunyang@google.com>
1 parent 608dba4 commit 8b41e84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/internal/buildcfg/exp.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ 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
8786
Dwarf5: dwarf5Supported,
8887
RandomizedHeapBase64: true,
8988
SizeSpecializedMalloc: true,

0 commit comments

Comments
 (0)