aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/memclr_arm64.s
AgeCommit message (Expand)Author
2021-02-19runtime: convert windows/arm64 assemblyRuss Cox
2021-01-29runtime: document pointer write atomicity for memclrNoHeapPointersCherry Zhang
2019-06-06runtime: fix scattered non-tab indentation in assemblyRuss Cox
2018-05-21runtime: use Go function signatures for memclr and memmove commentsMichael Munday
2018-03-14runtime: improve arm64 memclr implementationBalaram Makam
2017-11-15runtime: IndexByte and memclr perf improvements on arm64wei xiao
2016-10-28runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements
2015-10-08runtime: adjust the arm64 memmove and memclr to operate by word as much as th...Michael Hudson-Doyle
2015-03-16runtime: add support for linux/arm64Aram Hăvărneanu