aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cpuflags.go
AgeCommit message (Expand)Author
2025-08-22[dev.simd] cmd/compile: ensure the whole X15 register is zeroedCherry Mui
2025-06-30[dev.simd] runtime: save AVX2 and AVX-512 state on asynchronous preemptionAustin Clements
2025-05-01cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64Joel Sing
2025-03-26runtime: optimizing memclrNoHeapPointers implementation using SIMD on loong64Guoqi Chen
2024-11-19cmd/compiler,internal/runtime/atomic: optimize Cas{64,32} on loong64Guoqi Chen
2024-11-16runtime: improve CALLFN macro for loong64Xiaolin Zhao
2024-11-12cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64Guoqi Chen
2024-11-07cmd/compiler,internal/runtime/atomic: optimize Store{64,32,8} on loong64Guoqi Chen
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-03-26runtime: improve MIPS64x memclrMeng Zhuo
2020-02-26runtime: guard VZEROUPPER on CPU featureCherry Zhang
2019-10-21cmd/compile: add fma intrinsic for armsmasher164
2019-10-21cmd/compile: add fma intrinsic for amd64smasher164
2018-11-14runtime: make processor capability variable naming platform specificMartin Möhrmann
2018-08-24all: align cpu feature variable offset namingMartin Möhrmann
2018-08-24runtime: move arm hardware division support detection to internal/cpuMartin Möhrmann
2018-08-24runtime: use internal/cpu variables in assembler codeMartin Möhrmann