[libc-commits] [PATCH] D85103: [libc] Adds strspn implementation.
Chris Gyurgyik via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sun Aug 2 17:50:42 PDT 2020
cgyurgyik added a comment.
This is a working draft; currently not sure what the best approach for this is. I just stuck a few helper functions in that have some duplication, as well as some constants. I'm assuming this won't be the only function to use bit manipulation; maybe there already exists one for libc that I'm just not aware of.
Thanks ahead of time for the guidance and reviews.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85103/new/
https://reviews.llvm.org/D85103
More information about the libc-commits
mailing list