summaryrefslogtreecommitdiff
path: root/libc/src/__support/math_extras.h
AgeCommit message (Expand)Author
2025-09-17[libc] Some MSVC compatibility fixes in src/__support. (#159428)lntue
2025-09-12[libc] Some more MSVC compatibility in src/__support. (#158108)lntue
2025-08-20[libc] Fix `constexpr` `add_with_carry`/`sub_with_borrow` (#154282)Guillaume Chatelet
2025-03-08[libc] `first_trailing_one(0)` should be `0`. (#130155)Connector Switch
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-04-04[libc] Fix forward `constexpr` `add_with_carry` / `sub_with_borrow`Guillaume Chatelet
2024-04-04[reland][libc] Refactor `BigInt` (#87613)Guillaume Chatelet
2024-04-04Revert "[libc] Refactor `BigInt`" (#87612)Guillaume Chatelet
2024-04-04[libc] Refactor `BigInt` (#86137)Guillaume Chatelet
2024-03-27[libc] Remove obsolete LIBC_HAS_BUILTIN macro (#86554)Marc Auberer
2024-03-12[libc] move non <bit> functions to math_extras (#84818)Nick Desaulniers
2024-03-07[libc] Fix forward missing `BigInt` specialization of `mask_leading_ones` / `...Guillaume Chatelet
2024-03-05[libc] fix more readability-identifier-naming lints (#83914)Nick Desaulniers
2024-02-15[libc] Make add_with_carry and sub_with_borrow constexpr. (#81898)lntue
2024-01-24[libc] Add C23 limits.h header. (#78887)lntue
2023-12-12[libc] Add mask functions to math_extras (#75169)Guillaume Chatelet
2023-12-01[libc][NFC] Remove named_pair (#73952)Guillaume Chatelet
2023-11-23[libc][NFC] Split builtin_wrapper into bit and math_extras (#73113)Guillaume Chatelet