aboutsummaryrefslogtreecommitdiff
path: root/src/internal/cpu
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-07internal/cpu: add darwin/arm64 CPU feature detection supportMartin Möhrmann
2020-12-05internal/cpu: fix typo in cpu_arm64.goIkko Ashimine
2020-12-03internal/cpu: disable FMA when OSXSAVE is not enabled on x86Martin Möhrmann
2020-11-05internal/cpu: fix and cleanup ARM64 cpu feature fields and optionsMartin Möhrmann
2020-11-02runtime: improve memmove performance on arm64Jonathan Swinney
2020-10-29runtime: move ppc64/aix cpu feature detection to internal/cpuMartin Möhrmann
2020-10-22runtime: move s390x HWCap CPU feature detection to internal/cpuMartin Möhrmann
2020-10-20testing: print cpu type as label for benchmarksMartin Möhrmann
2020-10-20internal/cpu: make architectures without initialization work explicitMartin Möhrmann
2020-10-20internal/cpu: consolidate arm64 feature detectionMartin Möhrmann
2020-10-13internal/cpu: remove unused arm64 capabilitiesMartin Möhrmann
2020-10-09all: enable more tests on macOS/ARM64Cherry Zhang
2020-04-13internal/cpu: unify HWCap/HWCap2 commentsTobias Klauser
2020-03-02internal/cpu: use anonymous struct for CPU feature varsTobias Klauser
2020-02-28internal/cpu: add MIPS64x feature detectionMeng Zhuo
2019-11-11internal/cpu,internal/bytealg: add support for riscv64Joel Sing
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-08all: fix typosAinar Garipov
2019-04-30internal/cpu: add detection for the new ECDSA and EDDSA capabilities on s390xbill_ofarrell
2019-02-28internal/cpu: change s390x API to match x/sys/cpuMichael Munday
2018-12-05crypto/elliptic: utilize faster z14 multiply/square instructions (when availa...bill_ofarrell
2018-11-14internal/cpu: move GODEBUGCPU options into GODEBUGMartin Möhrmann
2018-10-31internal/cpu, runtime: add CPU feature detection support for AIXClément Chigot
2018-10-29internal/cpu: remove unused and not required ppc64(le) feature detectionMartin Möhrmann
2018-10-28internal/cpu: replace arch dependent with generic minimal feature testMartin Möhrmann
2018-10-24internal/cpu: add options and warnings for required cpu featuresMartin Möhrmann
2018-10-15internal/cpu: add invalid option warnings and support to enable cpu featuresMartin Möhrmann
2018-10-15internal/cpu: expose ARM feature flags for FMAAkhil Indurti
2018-10-12internal/cpu: use 'off' for disabling cpu capabilities instead of '0'Martin Möhrmann
2018-10-12internal/cpu: enable support for GODEBUGCPU in non-experimental buildsMartin Möhrmann
2018-08-24runtime: replace sys.CacheLineSize by corresponding internal/cpu const and varsMartin Möhrmann
2018-08-24internal/cpu: add a CacheLinePadSize constantMartin Möhrmann
2018-08-24runtime: move arm hardware division support detection to internal/cpuMartin Möhrmann
2018-08-21runtime: don't use linkname to refer to internal/cpuIan Lance Taylor
2018-08-20internal/cpu: add and use cpu.CacheLinePad for padding structsMartin Möhrmann
2018-08-20internal/cpu: make all constants for s390x feature detection typedMartin Möhrmann
2018-08-20internal/cpu: remove parentheses from arm64 feature constantsMartin Möhrmann
2018-06-11crypto, internal/cpu: fix s390x AES feature detection and update SHA implemen...Michael Munday
2018-06-07internal/cpu: convert CRLF to LF line ending, and some superfulous spaceZhou Peng
2018-05-26cmd/compile,go/build,internal/cpu: gofmtElias Naur
2018-05-23crypto/{aes,internal/cipherhw,tls}: use common internal/cpu in place of cipherhwAnit Gandhi
2018-05-22internal/cpu: fix test build on ppc64Martin Möhrmann
2018-05-22internal/cpu: add experiment to disable CPU features with GODEBUGCPUMartin Möhrmann
2018-05-08runtime: add js/wasm architectureRichard Musiol
2018-05-01internal/cpu: remove platform specific prefix from cpu hwcap variablesMartin Möhrmann
2018-04-25internal/cpu: remove redundant build tagMartin Möhrmann
2018-04-10internal/cpu: align capability definitions for x86 with other architecturesMartin Möhrmann