summaryrefslogtreecommitdiff
path: root/libc/src/__support/FPUtil/NearestIntegerOperations.h
AgeCommit message (Expand)Author
2024-10-11[libc] Fix for adding macro I (#111872)Shourya Goel
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-07-11[libc][math] Optimize generic nearest integer functions (#98483)OverMighty
2024-06-27[libc] Fix compilation errors that occur when building with GCC (#96976)OverMighty
2024-06-04[libc][math][c23] Add {fromfp,fromfpx,ufromfp,ufromfpx}f16 C23 math functions...OverMighty
2024-06-03[libc][math][c23] Add {ceil,floor,round,roundeven,trunc}f16 C23 math function...OverMighty
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue
2024-03-28[libc][math][c23] Fix bounds checking and add FE_INVALID raising in {,u}fromf...OverMighty
2024-03-25[libc][math][c23] Add {,u}fromfp{,x}{,f,l,f128} functions (#86003)OverMighty
2024-03-18[libc] Remove direct math.h includes (#85324)Michael Jones
2024-03-14Revert "[libc] Remove direct math.h includes from src" (#85314)Michael Jones
2024-03-14[libc] Remove direct math.h includes from src (#84991)Michael Jones
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet
2024-01-18[libc][NFC] Introduce a Sign type for FPBits (#78500)Guillaume Chatelet
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet
2023-12-14[libc][NFC] Remove MantissaWidth traits (#75458)Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet
2023-06-12[libc] Add platform independent floating point rounding mode checks.Tue Ly
2023-04-20[libc] Support constexpr uint initializationMichael Jones
2023-03-23[libc] Fix some math conversion warningsAlex Brachet
2023-03-07[libc][math] Switch math functions to use libc_errno and fix some errno and f...Tue Ly
2023-01-20[libc][NFC] Replace static inline and inline annotations with LIBC_INLINE.Siva Chandra Reddy
2022-07-29[libc][NFC] Use STL case for type_traitsGuillaume Chatelet
2022-03-10[libc] Initial support for darwin-aarch64.Tue Ly
2022-03-04[libc] Remove the redundant header FPUtil/FEnvUtils.hTue Ly
2021-12-07[libc] apply new lint rulesMichael Jones
2021-11-30[libc][clang-tidy] fix namespace check for externalsMichael Jones
2021-10-28[libc][NFC] Move utils/CPP to src/__support/CPP.Siva Chandra Reddy
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones