This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
include
/
__stop_token
History
Nikolas Klauser
5b9b25b9f8
[libc++][NFC] Use std::has_single_bit instead of std::popcount(v) == 1 (
#181787
)
...
We have a function that specifically checks if a single bit is set. Use that instad of a `popcount`.
2026-02-19 09:29:43 +01:00
..
atomic_unique_lock.h
[libc++][NFC] Use std::has_single_bit instead of std::popcount(v) == 1 (
#181787
)
2026-02-19 09:29:43 +01:00
intrusive_list_view.h
…
intrusive_shared_ptr.h
…
stop_callback.h
…
stop_source.h
…
stop_state.h
…
stop_token.h
…