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.go
Age
Commit message (
Expand
)
Author
2022-11-08
runtime internal/cpu: rename "Zeus" "NeoverseV1".
Matthew Horsnell
2022-08-15
internal/cpu: detect sha-ni instruction support for AMD64
ted
2022-08-09
internal/cpu: add sha512 for arm64
Meng Zhuo
2022-05-10
internal/cpu: report CPU if known on PPC64
Paul E. Murphy
2021-10-06
internal/cpu: remove option to mark cpu features required
Martin Möhrmann
2021-08-23
all: replace runtime SSE2 detection with GO386 setting
Martin Möhrmann
2021-08-23
runtime: use RDTSCP for instruction stream serialized read of TSC
Martin Möhrmann
2020-11-05
internal/cpu: fix and cleanup ARM64 cpu feature fields and options
Martin Möhrmann
2020-11-02
runtime: improve memmove performance on arm64
Jonathan Swinney
2020-03-02
internal/cpu: use anonymous struct for CPU feature vars
Tobias Klauser
2020-02-28
internal/cpu: add MIPS64x feature detection
Meng Zhuo
2019-09-08
all: fix typos
Ainar Garipov
2019-04-30
internal/cpu: add detection for the new ECDSA and EDDSA capabilities on s390x
bill_ofarrell
2019-02-28
internal/cpu: change s390x API to match x/sys/cpu
Michael Munday
2018-12-05
crypto/elliptic: utilize faster z14 multiply/square instructions (when availa...
bill_ofarrell
2018-11-14
internal/cpu: move GODEBUGCPU options into GODEBUG
Martin Möhrmann
2018-10-29
internal/cpu: remove unused and not required ppc64(le) feature detection
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-15
internal/cpu: expose ARM feature flags for FMA
Akhil Indurti
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-08-24
runtime: replace sys.CacheLineSize by corresponding internal/cpu const and vars
Martin Möhrmann
2018-08-24
internal/cpu: add a CacheLinePadSize constant
Martin Möhrmann
2018-08-24
runtime: move arm hardware division support detection to internal/cpu
Martin Möhrmann
2018-08-21
runtime: don't use linkname to refer to internal/cpu
Ian Lance Taylor
2018-08-20
internal/cpu: add and use cpu.CacheLinePad for padding structs
Martin Möhrmann
2018-06-11
crypto, internal/cpu: fix s390x AES feature detection and update SHA implemen...
Michael Munday
2018-05-26
cmd/compile,go/build,internal/cpu: gofmt
Elias Naur
2018-05-23
crypto/{aes,internal/cipherhw,tls}: use common internal/cpu in place of cipherhw
Anit Gandhi
2018-05-22
internal/cpu: add experiment to disable CPU features with GODEBUGCPU
Martin Möhrmann
2018-04-10
internal/cpu,runtime: call cpu.initialize before alginit
Meng Zhuo
2018-03-31
internal/cpu: update arm64 cpu features
Meng Zhuo
2018-03-02
internal/bytealg: move IndexByte asssembly to the new bytealg package
Keith Randall
2017-11-14
internal/cpu: detect cpu features in internal/cpu package
Fangming.Fang
2017-11-02
cmd/internal/obj/x86: add ADX extension
Ilya Tocar
2017-09-11
internal/cpu: add support for x86 FMA cpu feature detection
Martin Möhrmann
2017-08-23
all: fix easy-to-miss typos
Agniva De Sarker
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