aboutsummaryrefslogtreecommitdiff
path: root/src/internal/cpu/cpu.go
AgeCommit message (Expand)Author
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-06-11crypto, internal/cpu: fix s390x AES feature detection and update SHA implemen...Michael Munday
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: add experiment to disable CPU features with GODEBUGCPUMartin Möhrmann
2018-04-10internal/cpu,runtime: call cpu.initialize before alginitMeng Zhuo
2018-03-31internal/cpu: update arm64 cpu featuresMeng Zhuo
2018-03-02internal/bytealg: move IndexByte asssembly to the new bytealg packageKeith Randall
2017-11-14internal/cpu: detect cpu features in internal/cpu packageFangming.Fang
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-05-10internal/cpu: new package to detect cpu featuresMartin Möhrmann