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_ppc64x.go
Age
Commit message (
Expand
)
Author
2022-05-10
internal/cpu: report CPU if known on PPC64
Paul E. Murphy
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-29
runtime: move ppc64/aix cpu feature detection to internal/cpu
Martin Möhrmann
2020-04-13
internal/cpu: unify HWCap/HWCap2 comments
Tobias Klauser
2018-10-31
internal/cpu, runtime: add CPU feature detection support for AIX
Clément Chigot
2018-10-29
internal/cpu: remove unused and not required ppc64(le) feature detection
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-08-24
internal/cpu: add a CacheLinePadSize constant
Martin Möhrmann
2018-08-21
runtime: don't use linkname to refer to internal/cpu
Ian Lance Taylor
2018-05-22
internal/cpu: add experiment to disable CPU features with GODEBUGCPU
Martin Möhrmann
2018-05-01
internal/cpu: remove platform specific prefix from cpu hwcap variables
Martin Möhrmann
2017-08-14
runtime, internal/cpu: CPU capabilities detection for ppc64x
Carlos Eduardo Seo