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
..