aboutsummaryrefslogtreecommitdiff
path: root/src/internal/cpu/cpu.go
AgeCommit message (Expand)Author
2022-11-08runtime internal/cpu: rename "Zeus" "NeoverseV1".Matthew Horsnell
2022-08-15internal/cpu: detect sha-ni instruction support for AMD64ted
2022-08-09internal/cpu: add sha512 for arm64Meng Zhuo
2022-05-10internal/cpu: report CPU if known on PPC64Paul E. Murphy
2021-10-06internal/cpu: remove option to mark cpu features requiredMartin Möhrmann
2021-08-23all: replace runtime SSE2 detection with GO386 settingMartin Möhrmann
2021-08-23runtime: use RDTSCP for instruction stream serialized read of TSCMartin 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-03-02internal/cpu: use anonymous struct for CPU feature varsTobias Klauser
2020-02-28internal/cpu: add MIPS64x feature detectionMeng Zhuo
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-29internal/cpu: remove unused and not required ppc64(le) feature detectionMartin 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-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