mirror of
https://github.com/golang/go.git
synced 2025-12-28 06:34: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: I460dff3a5ceffb073f296098e76a35a90473de2f Reviewed-on: https://go-review.googlesource.com/c/go/+/728241 TryBot-Bypass: Cherry Mui <cherryyz@google.com> Reviewed-by: David Chase <drchase@google.com>
This commit is contained in:
parent
f38e968aba
commit
1d8711e126
@ -84,7 +84,6 @@ func ParseGOEXPERIMENT(goos, goarch, goexp string) (*ExperimentFlags, error) {
|
||||
RegabiWrappers: regabiSupported,
|
||||
RegabiArgs: regabiSupported,
|
||||
Dwarf5: dwarf5Supported,
|
||||
SIMD: goarch == "amd64", // TODO: remove this (default to false) when dev.simd is merged
|
||||
RandomizedHeapBase64: true,
|
||||
SizeSpecializedMalloc: true,
|
||||
GreenTeaGC: true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user