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_arm64.go
Age
Commit message (
Expand
)
Author
2026-02-24
internal/cpu,cmd/internal/obj/arm64: add SB
Roland Shoemaker
2025-05-21
internal/cpu: add ARM64.HasSHA3
Filippo Valsorda
2024-07-24
internal/cpu: add DIT detection on arm64
Roland Shoemaker
2023-04-25
internal/cpu: add a detection for Neoverse(N2, V2) cores
fanzha02
2022-11-08
runtime internal/cpu: rename "Zeus" "NeoverseV1".
Matthew Horsnell
2022-09-26
internal/cpu: deduplicate arm64 ISAR parsing code
Joel Sing
2022-08-14
internal/cpu: fix cpu cacheLineSize for arm64 darwin(a.k.a. M1)
Pure White
2022-08-09
internal/cpu: add sha512 for arm64
Meng Zhuo
2020-12-07
internal/cpu: add darwin/arm64 CPU feature detection support
Martin Möhrmann
2020-12-05
internal/cpu: fix typo in cpu_arm64.go
Ikko Ashimine
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-10-20
internal/cpu: consolidate arm64 feature detection
Martin Möhrmann
2020-10-13
internal/cpu: remove unused arm64 capabilities
Martin Möhrmann
2020-04-13
internal/cpu: unify HWCap/HWCap2 comments
Tobias Klauser
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-08-20
internal/cpu: remove parentheses from arm64 feature constants
Martin Möhrmann
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
2018-04-25
internal/cpu: remove redundant build tag
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-02-14
internal/cpu: make arm64 capability bits naming less verbose
Martin Möhrmann
2017-11-14
internal/cpu: detect cpu features in internal/cpu package
Fangming.Fang
2017-11-14
internal/cpu: fix arm64 build
Brad Fitzpatrick
2017-08-08
runtime, internal/cpu: change cache line size for arm64 to 64 bytes
Martin Möhrmann
2017-05-10
internal/cpu: new package to detect cpu features
Martin Möhrmann