aboutsummaryrefslogtreecommitdiff
path: root/src/internal/cpu
AgeCommit message (Expand)Author
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
2018-04-10internal/cpu,runtime: call cpu.initialize before alginitMeng Zhuo
2018-04-08internal/cpu: skip arm64 feature test on unsupported GOOSMeng Zhuo
2018-03-31internal/cpu: update arm64 cpu featuresMeng Zhuo
2018-03-02internal/bytealg: move IndexByte asssembly to the new bytealg packageKeith Randall
2018-02-14internal/cpu: make arm64 capability bits naming less verboseMartin Möhrmann
2017-11-14internal/cpu: detect cpu features in internal/cpu packageFangming.Fang
2017-11-14internal/cpu: fix arm64 buildBrad Fitzpatrick
2017-11-02cmd/internal/obj/x86: add ADX extensionIlya Tocar
2017-09-11internal/cpu: add support for x86 FMA cpu feature detectionMartin Möhrmann
2017-08-23all: fix easy-to-miss typosAgniva De Sarker
2017-08-14runtime, internal/cpu: CPU capabilities detection for ppc64xCarlos Eduardo Seo
2017-08-08runtime, internal/cpu: change cache line size for arm64 to 64 bytesMartin Möhrmann
2017-08-08internal/cpu: fix style nit in variable nameMartin Möhrmann
2017-05-10internal/cpu: new package to detect cpu featuresMartin Möhrmann