aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/preempt_mipsx.s
AgeCommit message (Expand)Author
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
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-03-04runtime: don't save/restore FP registers in softfloat mode on MIPS(64)Cherry Zhang
2019-11-07runtime: add async preemption support on MIPS and MIPS64Cherry Zhang
2019-11-02runtime: asynchronous preemption function for x86Austin Clements