summaryrefslogtreecommitdiff
path: root/libc/test/src/__support/math_extras_test.cpp
AgeCommit message (Expand)Author
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh
2025-03-08[libc] `first_trailing_one(0)` should be `0`. (#130155)Connector Switch
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh
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-06-28[libc] Fix compilation error on targets without 128-bit int types (#97039)OverMighty
2024-04-06[libc][NFC] Rename `UInt.h` to `big_int.h` and `UInt128.h` to `uint128.h` for...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][support][UInt] implement 128b math helpers (#86531)Nick Desaulniers
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
2023-12-12[libc] Add mask functions to math_extras (#75169)Guillaume Chatelet
2023-11-23[libc][NFC] Split builtin_wrapper into bit and math_extras (#73113)Guillaume Chatelet