[libc-commits] [PATCH] D80396: [libc] Add implementation of cnd_* functions from threads.h for linux.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu May 21 21:05:54 PDT 2020
sivachandra added a comment.
Just pointing out: there are opportunities to optimize over this implementation I have added. However, it adds more branches at various places and makes it not so easy to follow in the first pass. So, I will take up the optimizations in a follow up pass.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80396/new/
https://reviews.llvm.org/D80396
More information about the libc-commits
mailing list