index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
/
cpu
/
cpu_x86.go
Age
Commit message (
Expand
)
Author
2026-01-28
cmd/compile, simd: capture VAES instructions and fix AVX512VAES feature
Junyang Shao
2026-01-13
simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512
Austin Clements
2025-12-18
internal/cpu: repair VNNI feature check
David Chase
2025-09-30
[dev.simd] cmd/compile, simd: add AES instructions
Junyang Shao
2025-09-02
[dev.simd] internal/cpu: report AVX1 and 2 as supported on macOS 15 Rosetta 2
Cherry Mui
2025-08-14
[dev.simd] all: merge master (924fe98) into dev.simd
Cherry Mui
2025-08-12
internal/runtime/gc/scan: import scan kernel from gclab [green tea]
Michael Anthony Knyszek
2025-08-05
internal/cpu: add AVX-512-CD and DQ, and derived "basic AVX-512"
Austin Clements
2025-08-04
[dev.simd] all: merge master (7a1679d) into dev.simd
Cherry Mui
2025-07-24
hash/crc32: add AVX512 IEEE CRC32 calculation
Klaus Post
2025-07-21
[dev.simd] simd, internal/cpu: support more AVX CPU Feature checks
Junyang Shao
2025-07-01
[dev.simd] internal/cpu: add GFNI feature check
Junyang Shao
2025-06-13
[dev.simd] internal/cpu: add AVX-512-CD and DQ, and derived "basic AVX-512"
Austin Clements
2024-07-22
runtime: add ERMS-based memmove support for modern CPU platforms
TangYang
2024-05-22
internal/cpu: remove unused const cpuid_SSE2
Tobias Klauser
2023-11-15
internal/cpu: detect support of AVX512
Achille Roussel
2022-08-15
internal/cpu: detect sha-ni instruction support for AMD64
ted
2022-03-14
internal/cpu: disallow disabling options that are required for microarch
Keith Randall
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-08-23
all: replace runtime SSE2 detection with GO386 setting
Martin Möhrmann
2021-08-23
runtime: use RDTSCP for instruction stream serialized read of TSC
Martin Möhrmann
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-12-03
internal/cpu: disable FMA when OSXSAVE is not enabled on x86
Martin Möhrmann
2020-10-20
testing: print cpu type as label for benchmarks
Martin Möhrmann
2019-10-10
all: remove nacl (part 3, more amd64p32)
Brad Fitzpatrick
2018-10-24
internal/cpu: add options and warnings for required cpu features
Martin Möhrmann
2018-10-15
internal/cpu: add invalid option warnings and support to enable cpu features
Martin Möhrmann
2018-08-24
internal/cpu: add a CacheLinePadSize constant
Martin Möhrmann
2018-05-22
internal/cpu: add experiment to disable CPU features with GODEBUGCPU
Martin Möhrmann
2018-04-10
internal/cpu: align capability definitions for x86 with other architectures
Martin Möhrmann
2018-04-10
internal/cpu,runtime: call cpu.initialize before alginit
Meng Zhuo
2017-11-02
cmd/internal/obj/x86: add ADX extension
Ilya Tocar
2017-09-11
internal/cpu: add support for x86 FMA cpu feature detection
Martin Möhrmann
2017-08-08
internal/cpu: fix style nit in variable name
Martin Möhrmann
2017-05-10
internal/cpu: new package to detect cpu features
Martin Möhrmann