index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
/
cpu
/
cpu_test.go
Age
Commit message (
Expand
)
Author
2022-11-14
internal/godebug: define more efficient API
Russ Cox
2022-06-14
cpu: fix typos in test case
ag9920
2022-05-09
internal/cpu: revise test to make it work properly with -cover
Than McIntosh
2021-11-02
cmd/go, internal/cpu: use internal/godebug in tests
Brad Fitzpatrick
2021-10-06
internal/cpu: remove option to mark cpu features required
Martin Möhrmann
2020-12-07
internal/cpu: add darwin/arm64 CPU feature detection support
Martin Möhrmann
2020-10-09
all: enable more tests on macOS/ARM64
Cherry Zhang
2018-11-14
internal/cpu: move GODEBUGCPU options into GODEBUG
Martin Möhrmann
2018-10-28
internal/cpu: replace arch dependent with generic minimal feature test
Martin Möhrmann
2018-10-24
internal/cpu: add options and warnings for required cpu features
Martin Möhrmann
2018-10-15
internal/cpu: add invalid option warnings and support to enable cpu features
Martin Möhrmann
2018-10-12
internal/cpu: use 'off' for disabling cpu capabilities instead of '0'
Martin Möhrmann
2018-10-12
internal/cpu: enable support for GODEBUGCPU in non-experimental builds
Martin Möhrmann
2018-05-22
internal/cpu: add experiment to disable CPU features with GODEBUGCPU
Martin Möhrmann
2018-04-08
internal/cpu: skip arm64 feature test on unsupported GOOS
Meng Zhuo
2018-03-31
internal/cpu: update arm64 cpu features
Meng Zhuo
2017-08-14
runtime, internal/cpu: CPU capabilities detection for ppc64x
Carlos Eduardo Seo
2017-05-10
internal/cpu: new package to detect cpu features
Martin Möhrmann