[libc-commits] [PATCH] D77949: [libc] Add SIMD strlen implementation .
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Apr 13 12:59:54 PDT 2020
sivachandra added a comment.
Added @hctim to guide us wrt ASAN.
In general, we want to use the compiler to avoid assembly code (in standalone .S files or via inline assembly). Since, this patch does not use either of them, it is OK. But, I will let @ckennelly answer Paula. Even if we can do something in Clang, I am not sure if we can do the same in other compilers.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77949/new/
https://reviews.llvm.org/D77949
More information about the libc-commits
mailing list