summaryrefslogtreecommitdiff
path: root/libcxx/include/__bit/countl.h
AgeCommit message (Expand)Author
2025-10-07[libc++] Don't bother asserting that <bit> functions get unsigned types (#161...Nikolas Klauser
2025-09-24[libc++] Simplify some of the <bit> functions (#160267)Nikolas Klauser
2025-06-11[libc++] Refactor signed/unsigned integer traits (#142750)Nikolas Klauser
2025-05-01[libc++] Remove a few unused includes from <__bit/*> (#137934)Nikolas Klauser
2025-04-18[libc++] Replace __libcpp_{ctz, clz} with __builtin_{ctzg, clzg} (#133920)Peng Liu
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-12[libc++][NFC] Use [[__nodiscard__]] unconditionally (#80454)Nikolas Klauser
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser
2024-04-11[libcxx] Use generic builtins for popcount, clz and ctz (#86563)Marc Auberer
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-09-12[libc++] Fix the rotate direction used in countl_zero()Armando Martín
2023-06-13[libc++] Add [[nodiscard]] extensions to the functions in <bit>Nikolas Klauser
2023-01-08[libc++] Granularize <bit> and remove <__bits>Nikolas Klauser