[libc-commits] [PATCH] D92236: [LIBC] Add optimized memcpy routine for AArch64
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sun Nov 29 20:48:01 PST 2020
sivachandra added a subscriber: gchatelet.
sivachandra added a comment.
Thanks for the patch. I am adding @gchatelet as a reviewer as he is the current owner/maintainer of the `mem*` functions.
My visual scan says the structuring is alright. Also, if libc builds with this patch applied and the tests pass, I guess that is proof enough that the structuring is alright. But, I will let @gchatelet drive the code review here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92236/new/
https://reviews.llvm.org/D92236
More information about the libc-commits
mailing list