about summary refs log tree commit diff
path: root/src/string/arm/memcpy.S
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.