mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
[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:
parent
61a5a6b016
commit
a9914886da
1 changed files with 0 additions and 1 deletions
|
|
@ -81,7 +81,6 @@ func ParseGOEXPERIMENT(goos, goarch, goexp string) (*ExperimentFlags, error) {
|
|||
baseline := goexperiment.Flags{
|
||||
RegabiWrappers: regabiSupported,
|
||||
RegabiArgs: regabiSupported,
|
||||
SIMD: goarch == "amd64", // TODO remove this (default to false) when dev.simd is merged
|
||||
Dwarf5: dwarf5Supported,
|
||||
RandomizedHeapBase64: true,
|
||||
SizeSpecializedMalloc: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue