aboutsummaryrefslogtreecommitdiff
path: root/src/internal/cpu
AgeCommit message (Expand)Author
2024-01-30all: fix typosJes Cok
2023-11-22cmd/asm: fix the KMCTR instruction encoding and argument passingSrinivas Pokala
2023-11-15internal/cpu: detect support of AVX512Achille Roussel
2023-10-31internal/cpu: add comments to copied functionsapocelipes
2023-10-31runtime: on arm32, detect whether we have sync instructionsKeith Randall
2023-09-12internal/cpu: fix wrong cache line size of riscv64Meng Zhuo
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-09-05cmd/asm: add KMA and KMCTR instructions on s390x.root
2023-08-11cmd/asm: add KDSA instruction supportSrinivas Pokala
2023-08-02cmd/asm: add s390x crypto related instructionsSrinivas Pokala
2023-04-25internal/cpu: add a detection for Neoverse(N2, V2) coresfanzha02
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2023-03-18internal/cpu: add default osinit for ppc64/ppc64leJoel Sing
2023-01-23runtime: enable sha512 optimizations on arm64 via hwcaps.Matt Horsnell
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-11-08runtime internal/cpu: rename "Zeus" "NeoverseV1".Matthew Horsnell
2022-09-26internal/cpu: deduplicate arm64 ISAR parsing codeJoel Sing
2022-09-26internal/cpu: enable arm64 SHA512 detection for freebsd/openbsdJoel Sing
2022-08-15internal/cpu: detect sha-ni instruction support for AMD64ted
2022-08-14internal/cpu: fix cpu cacheLineSize for arm64 darwin(a.k.a. M1)Pure White
2022-08-09internal/cpu: add sha512 for arm64Meng Zhuo
2022-08-08internal/cpu: implement CPU feature detection for openbsd/arm64Joel Sing
2022-06-14cpu: fix typos in test caseag9920
2022-05-26internal/cpu: fix cpu cacheLineSize for loong64Guoqi Chen
2022-05-17internal/{cpu, goarch}: add constant definition for loong64Xiaodong Liu
2022-05-10internal/cpu: report CPU if known on PPC64Paul E. Murphy
2022-05-09internal/cpu: revise test to make it work properly with -coverThan McIntosh
2022-03-15internal/cpu: don't run SSE3 disable test if GOAMD64>1Keith Randall
2022-03-14internal/cpu: disallow disabling options that are required for microarchKeith Randall
2022-03-07internal/cpu: set PPC64.IsPOWER8Paul E. Murphy
2021-11-06all: remove more leftover // +build linesTobias Klauser
2021-11-02cmd/go, internal/cpu: use internal/godebug in testsBrad Fitzpatrick
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
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
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
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