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
/
runtime
/
cpuflags.go
Age
Commit message (
Expand
)
Author
2025-08-22
[dev.simd] cmd/compile: ensure the whole X15 register is zeroed
Cherry Mui
2025-06-30
[dev.simd] runtime: save AVX2 and AVX-512 state on asynchronous preemption
Austin Clements
2025-05-01
cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64
Joel Sing
2025-03-26
runtime: optimizing memclrNoHeapPointers implementation using SIMD on loong64
Guoqi Chen
2024-11-19
cmd/compiler,internal/runtime/atomic: optimize Cas{64,32} on loong64
Guoqi Chen
2024-11-16
runtime: improve CALLFN macro for loong64
Xiaolin Zhao
2024-11-12
cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64
Guoqi Chen
2024-11-07
cmd/compiler,internal/runtime/atomic: optimize Store{64,32,8} on loong64
Guoqi Chen
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
2020-03-26
runtime: improve MIPS64x memclr
Meng Zhuo
2020-02-26
runtime: guard VZEROUPPER on CPU feature
Cherry Zhang
2019-10-21
cmd/compile: add fma intrinsic for arm
smasher164
2019-10-21
cmd/compile: add fma intrinsic for amd64
smasher164
2018-11-14
runtime: make processor capability variable naming platform specific
Martin Möhrmann
2018-08-24
all: align cpu feature variable offset naming
Martin Möhrmann
2018-08-24
runtime: move arm hardware division support detection to internal/cpu
Martin Möhrmann
2018-08-24
runtime: use internal/cpu variables in assembler code
Martin Möhrmann