| Age | Commit message (Expand) | Author |
| 2022-09-26 | internal/cpu: enable arm64 SHA512 detection for freebsd/openbsd | Joel Sing |
| 2022-08-15 | internal/cpu: detect sha-ni instruction support for AMD64 | ted |
| 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 |
| 2022-08-08 | internal/cpu: implement CPU feature detection for openbsd/arm64 | Joel Sing |
| 2022-06-14 | cpu: fix typos in test case | ag9920 |
| 2022-05-26 | internal/cpu: fix cpu cacheLineSize for loong64 | Guoqi Chen |
| 2022-05-17 | internal/{cpu, goarch}: add constant definition for loong64 | Xiaodong Liu |
| 2022-05-10 | internal/cpu: report CPU if known on PPC64 | Paul E. Murphy |
| 2022-05-09 | internal/cpu: revise test to make it work properly with -cover | Than McIntosh |
| 2022-03-15 | internal/cpu: don't run SSE3 disable test if GOAMD64>1 | Keith Randall |
| 2022-03-14 | internal/cpu: disallow disabling options that are required for microarch | Keith Randall |
| 2022-03-07 | internal/cpu: set PPC64.IsPOWER8 | Paul E. Murphy |
| 2021-11-06 | all: remove more leftover // +build lines | Tobias Klauser |
| 2021-11-02 | cmd/go, internal/cpu: use internal/godebug in tests | Brad Fitzpatrick |
| 2021-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 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 |
| 2021-05-13 | all: add //go:build lines to assembly files | Tobias Klauser |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 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-12-03 | internal/cpu: disable FMA when OSXSAVE is not enabled on x86 | 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-10-29 | runtime: move ppc64/aix cpu feature detection to internal/cpu | Martin Möhrmann |
| 2020-10-22 | runtime: move s390x HWCap CPU feature detection to internal/cpu | Martin Möhrmann |
| 2020-10-20 | testing: print cpu type as label for benchmarks | Martin Möhrmann |
| 2020-10-20 | internal/cpu: make architectures without initialization work explicit | Martin Möhrmann |
| 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-10-09 | all: enable more tests on macOS/ARM64 | Cherry Zhang |
| 2020-04-13 | internal/cpu: unify HWCap/HWCap2 comments | Tobias Klauser |
| 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-11-11 | internal/cpu,internal/bytealg: add support for riscv64 | Joel Sing |
| 2019-10-10 | all: remove nacl (part 3, more amd64p32) | Brad Fitzpatrick |
| 2019-10-09 | all: remove the nacl port (part 2, amd64p32 + toolchain) | Brad Fitzpatrick |
| 2019-10-09 | all: remove the nacl port (part 1) | Brad Fitzpatrick |
| 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-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 |