aboutsummaryrefslogtreecommitdiff
path: root/src/string/arm/memcpy.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add big-endian support to ARM assembler memcpyAndre McCurdy2020-06-251-0/+479
Allow the existing ARM assembler memcpy implementation to be used for both big and little endian targets.