summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/log1pf.cpp
AgeCommit message (Expand)Author
2025-03-11[libc][math] Skip checking for exceptional values when LIBC_MATH_SKIP_ACCURAT...lntue
2025-03-11[libc] Provide more fine-grained control of FMA instruction for ARM targets. ...lntue
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-03-20[libc][NFC] Move `Sign` type to separate header (#85930)Guillaume Chatelet
2024-01-30[libc][NFC] Move functions from `FPBits` to `FPRep`, make `bits` member priva...Guillaume Chatelet
2024-01-30[libc][NFC] Rename `FPBits` nan functions (#79998)Guillaume Chatelet
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet
2024-01-23[reland][libc] Remove unnecessary `FPBits` functions and properties (#79128)Guillaume Chatelet
2024-01-23Revert "[libc] Remove unnecessary `FPBits` functions and properties" (#79118)Guillaume Chatelet
2024-01-23[libc] Remove unnecessary `FPBits` functions and properties (#79113)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-12-11[libc][NFC] Fix mixed up biased/unbiased exponent (#75037)Guillaume Chatelet
2023-12-08[libc][NFC] Clean up conversion warnings in math function implementations. (#...lntue
2023-09-28[libc][math] Implement double precision expm1 function correctly rounded for ...lntue
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
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-02-11[libc] Update macros/optimization.h build dependency for CMake and Bazel.Tue Ly
2023-02-10[libc][math] Update exceptional cases for logf, log10f, log2f, log1pf.Tue Ly
2022-06-03[libc] Automatically add -mfma flag for architectures supporting FMA.Tue Ly
2022-04-08[libc] Add support for x86-64 targets that do not have FMA instructions.Tue Ly
2022-03-04[libc] Remove the redundant header FPUtil/FEnvUtils.hTue Ly
2022-02-08[libc] Replace type punning with bit_castGuillaume Chatelet
2022-02-07[libc] Return a float NaN for log1pf instead of double NaN.Tue Ly
2022-02-07[libc] Implement log1pf correctly rounded to all rounding modes.Tue Ly