Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-09 | libc: fix return value for arm64 memset() and memove() | cinap_lenrek | |
2019-05-09 | libc: use MOVP instruction for arm64 memmove() and memset() | cinap_lenrek | |
2019-05-09 | libc: provide arm64 assembly versions for memmove() and memset() | cinap_lenrek | |
just a first approximation, uses unaligned 8 byte loads and stores. MOVP not yet implemented by the linker. no ZVA cache magic yet. |