| Commit message (Expand) | Author | Age | Files | Lines |
| * | all: replace runtime SSE2 detection with GO386 setting | Martin Möhrmann | 2021-08-23 | 5 | -38/+1 |
| * | runtime: use RDTSCP for instruction stream serialized read of TSC | Martin Möhrmann | 2021-08-23 | 2 | -0/+15 |
| * | all: add //go:build lines to assembly files | Tobias Klauser | 2021-05-13 | 1 | -0/+1 |
| * | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 13 | -10/+17 |
| * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 1 | -2/+2 |
| * | internal/cpu: add darwin/arm64 CPU feature detection support | Martin Möhrmann | 2020-12-07 | 10 | -119/+172 |
| * | internal/cpu: fix typo in cpu_arm64.go | Ikko Ashimine | 2020-12-05 | 1 | -2/+2 |
| * | internal/cpu: disable FMA when OSXSAVE is not enabled on x86 | Martin Möhrmann | 2020-12-03 | 1 | -1/+10 |
| * | internal/cpu: fix and cleanup ARM64 cpu feature fields and options | Martin Möhrmann | 2020-11-05 | 2 | -17/+1 |
| * | runtime: improve memmove performance on arm64 | Jonathan Swinney | 2020-11-02 | 3 | -26/+59 |
| * | runtime: move ppc64/aix cpu feature detection to internal/cpu | Martin Möhrmann | 2020-10-29 | 4 | -26/+57 |
| * | runtime: move s390x HWCap CPU feature detection to internal/cpu | Martin Möhrmann | 2020-10-22 | 1 | -2/+13 |
| * | testing: print cpu type as label for benchmarks | Martin Möhrmann | 2020-10-20 | 2 | -0/+68 |
| * | internal/cpu: make architectures without initialization work explicit | Martin Möhrmann | 2020-10-20 | 5 | -18/+12 |
| * | internal/cpu: consolidate arm64 feature detection | Martin Möhrmann | 2020-10-20 | 6 | -12/+107 |
| * | internal/cpu: remove unused arm64 capabilities | Martin Möhrmann | 2020-10-13 | 1 | -62/+6 |
| * | all: enable more tests on macOS/ARM64 | Cherry Zhang | 2020-10-09 | 1 | -0/+9 |
| * | internal/cpu: unify HWCap/HWCap2 comments | Tobias Klauser | 2020-04-13 | 4 | -9/+8 |
| * | internal/cpu: use anonymous struct for CPU feature vars | Tobias Klauser | 2020-03-02 | 1 | -38/+26 |
| * | internal/cpu: add MIPS64x feature detection | Meng Zhuo | 2020-02-28 | 5 | -14/+42 |
| * | internal/cpu,internal/bytealg: add support for riscv64 | Joel Sing | 2019-11-11 | 1 | -0/+7 |
| * | all: remove nacl (part 3, more amd64p32) | Brad Fitzpatrick | 2019-10-10 | 4 | -6/+5 |
| * | all: remove the nacl port (part 2, amd64p32 + toolchain) | Brad Fitzpatrick | 2019-10-09 | 1 | -7/+0 |
| * | all: remove the nacl port (part 1) | Brad Fitzpatrick | 2019-10-09 | 1 | -6/+0 |
| * | all: fix typos | Ainar Garipov | 2019-09-08 | 1 | -1/+1 |
| * | internal/cpu: add detection for the new ECDSA and EDDSA capabilities on s390x | bill_ofarrell | 2019-04-30 | 3 | -0/+34 |
| * | internal/cpu: change s390x API to match x/sys/cpu | Michael Munday | 2019-02-28 | 2 | -33/+45 |
| * | crypto/elliptic: utilize faster z14 multiply/square instructions (when availa... | bill_ofarrell | 2018-12-05 | 2 | -0/+8 |
| * | internal/cpu: move GODEBUGCPU options into GODEBUG | Martin Möhrmann | 2018-11-14 | 3 | -22/+27 |
| * | internal/cpu, runtime: add CPU feature detection support for AIX | Clément Chigot | 2018-10-31 | 1 | -8/+9 |
| * | internal/cpu: remove unused and not required ppc64(le) feature detection | Martin Möhrmann | 2018-10-29 | 2 | -42/+11 |
| * | internal/cpu: replace arch dependent with generic minimal feature test | Martin Möhrmann | 2018-10-28 | 5 | -69/+18 |
| * | internal/cpu: add options and warnings for required cpu features | Martin Möhrmann | 2018-10-24 | 5 | -19/+21 |
| * | internal/cpu: add invalid option warnings and support to enable cpu features | Martin Möhrmann | 2018-10-15 | 8 | -80/+128 |
| * | internal/cpu: expose ARM feature flags for FMA | Akhil Indurti | 2018-10-15 | 2 | -0/+4 |
| * | internal/cpu: use 'off' for disabling cpu capabilities instead of '0' | Martin Möhrmann | 2018-10-12 | 3 | -11/+11 |
| * | internal/cpu: enable support for GODEBUGCPU in non-experimental builds | Martin Möhrmann | 2018-10-12 | 3 | -9/+7 |
| * | runtime: replace sys.CacheLineSize by corresponding internal/cpu const and vars | Martin Möhrmann | 2018-08-24 | 1 | -1/+1 |
| * | internal/cpu: add a CacheLinePadSize constant | Martin Möhrmann | 2018-08-24 | 11 | -11/+16 |
| * | runtime: move arm hardware division support detection to internal/cpu | Martin Möhrmann | 2018-08-24 | 3 | -0/+36 |
| * | runtime: don't use linkname to refer to internal/cpu | Ian Lance Taylor | 2018-08-21 | 4 | -50/+50 |
| * | internal/cpu: add and use cpu.CacheLinePad for padding structs | Martin Möhrmann | 2018-08-20 | 1 | -8/+11 |
| * | internal/cpu: make all constants for s390x feature detection typed | Martin Möhrmann | 2018-08-20 | 1 | -16/+16 |
| * | internal/cpu: remove parentheses from arm64 feature constants | Martin Möhrmann | 2018-08-20 | 1 | -24/+24 |
| * | crypto, internal/cpu: fix s390x AES feature detection and update SHA implemen... | Michael Munday | 2018-06-11 | 5 | -105/+264 |
| * | internal/cpu: convert CRLF to LF line ending, and some superfulous space | Zhou Peng | 2018-06-07 | 1 | -101/+101 |
| * | cmd/compile,go/build,internal/cpu: gofmt | Elias Naur | 2018-05-26 | 1 | -2/+2 |
| * | crypto/{aes,internal/cipherhw,tls}: use common internal/cpu in place of cipherhw | Anit Gandhi | 2018-05-23 | 3 | -1/+122 |
| * | internal/cpu: fix test build on ppc64 | Martin Möhrmann | 2018-05-22 | 1 | -1/+0 |
| * | internal/cpu: add experiment to disable CPU features with GODEBUGCPU | Martin Möhrmann | 2018-05-22 | 13 | -52/+316 |