aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/memmove_arm64.s
AgeCommit message (Expand)Author
2020-11-02runtime: improve memmove performance on arm64Jonathan Swinney
2020-01-22runtime: document special memmove requirementsAustin Clements
2020-01-02runtime: ensure memmove write pointer atomically on ARM64Cherry 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-01runtime: improve arm64 memmove implementationBalaram Makam
2018-02-12runtime: use NOFRAME on arm64Austin 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