[dev.simd] internal/buildcfg: don't enable SIMD experiment by default

Preparing for merge to the main branch. Will reenable on the
branch.

Change-Id: Iac77dfb90498cf6eb60f79930a53179f130b7508
Reviewed-on: https://go-review.googlesource.com/c/go/+/723940
Reviewed-by: Junyang Shao <shaojunyang@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Cherry Mui 2025-11-24 14:41:26 -05:00
parent 61a5a6b016
commit a9914886da

View file

@ -81,7 +81,6 @@ func ParseGOEXPERIMENT(goos, goarch, goexp string) (*ExperimentFlags, error) {
baseline := goexperiment.Flags{ baseline := goexperiment.Flags{
RegabiWrappers: regabiSupported, RegabiWrappers: regabiSupported,
RegabiArgs: regabiSupported, RegabiArgs: regabiSupported,
SIMD: goarch == "amd64", // TODO remove this (default to false) when dev.simd is merged
Dwarf5: dwarf5Supported, Dwarf5: dwarf5Supported,
RandomizedHeapBase64: true, RandomizedHeapBase64: true,
SizeSpecializedMalloc: true, SizeSpecializedMalloc: true,