aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/preempt_amd64.s
AgeCommit message (Expand)Author
2025-07-09[dev.simd] runtime: save Z16-Z31 registers in async preemptJunyang Shao
2025-06-30[dev.simd] runtime: save AVX2 and AVX-512 state on asynchronous preemptionAustin Clements
2025-06-30[dev.simd] runtime: save scalar registers off stack in amd64 async preemptionAustin Clements
2024-07-23runtime: remove VZEROUPPER in asyncPreempt on darwin/amd64Cuong Manh Le
2022-08-18runtime: remove dead code and unnecessary checks for amd64vpachkov
2021-05-21[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...Cherry Mui
2021-02-23runtime: save R15 before checking AVX stateKeith Randall
2020-10-30reflect,runtime: use internal ABI for selected ASM routines, attempt 2Than McIntosh
2020-10-29Revert "reflect,runtime: use internal ABI for selected ASM routines"Than McIntosh
2020-10-29reflect,runtime: use internal ABI for selected ASM routinesThan McIntosh
2020-02-26runtime: guard VZEROUPPER on CPU featureCherry Zhang
2020-02-13runtime: zero upper bit of Y registers in asyncPreempt on darwin/amd64Cherry Zhang
2019-11-02runtime: asynchronous preemption function for x86Austin Clements