[libc-commits] [libc] [llvm] [libc] Add more functions in CPP/bit.h (PR #73814)
Guillaume Chatelet via libc-commits
libc-commits at lists.llvm.org
Thu Nov 30 02:22:33 PST 2023
gchatelet wrote:
> The implementations LGTM, but do you have plans to use all of these functions? If they don't have a use case right now they seem like they'd be easy enough to add later.
Thx for challenging the usefulness of this patch. AFAICT `popcount` is the only function that we don't currently use. I've removed it and added a comment.
https://github.com/llvm/llvm-project/pull/73814
More information about the libc-commits
mailing list