summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/expf.cpp
AgeCommit message (Expand)Author
2025-06-12[libc][math] Refactor expf implementation to header-only in src/__support/mat...lntue
2025-03-11[libc][math] Skip checking for exceptional values when LIBC_MATH_SKIP_ACCURAT...lntue
2024-10-05[libc] remove errno.h includes (#110934)Job Henandez Lara
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-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-19[libc][NFC] Use FPBits builders instead of custom constructs (#75942)Guillaume Chatelet
2023-12-11[libc][NFC] Fix mixed up biased/unbiased exponent (#75037)Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-06-12[libc] Add platform independent floating point rounding mode checks.Tue Ly
2023-02-24[libc][math] Set floating point exceptions for exp*f, sinhf, and coshf.Tue Ly
2023-02-10[libc] Move likely/unlikely to the optimization headerGuillaume Chatelet
2023-02-07[libc][NFC] Move attributes from common to macros folderGuillaume Chatelet
2022-07-26[libc] Use nearest_integer instructions to improve expf performance.Tue Ly
2022-06-03[libc] Automatically add -mfma flag for architectures supporting FMA.Tue Ly
2022-03-25[libc] Improve the performance of expf.Tue Ly
2022-03-15[libc] Implement expm1f function that is correctly rounded for all rounding m...Tue Ly
2022-03-11[libc] Implement expf function that is correctly rounded for all rounding modes.Tue Ly
2021-02-03[libc][NFC] Move generic math implementations to the generic directory.Siva Chandra