aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/internal/atomic/atomic_mips64x.s
AgeCommit message (Expand)Author
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2021-11-06all: remove more leftover // +build linesTobias Klauser
2021-06-28runtime/internal/atomic: drop Cas64 pointer indirection in commentsMia Zhu
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-04-05runtime: extend internal atomics to comply with sync/atomicRuslan Andreev
2020-10-21cmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRel}64 on ppc64Paul E. Murphy
2019-05-03cmd/compile,runtime/internal/atomic: add Load8Austin Clements
2018-10-23cmd/compile, runtime: add new lightweight atomics for ppc64xCarlos Eduardo Seo
2018-02-12runtime: use NOFRAME on mips and mips64Austin Clements
2016-05-04runtime/internal/atomic: fix vet warningsShenghou Ma
2015-11-12runtime/internal/atomic: added mips64 support.Yao Zhang