summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/exp2f.cpp
AgeCommit message (Expand)Author
2025-10-06[libc][math] Refactor exp2f implementation to header-only in src/__support/ma...Muhammad Bassiouni
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
2023-11-06[libc][math] Implement powf function correctly rounded to all rounding modes....lntue
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-08-09[libc] Fix final conversion warningsMichael Jones
2023-06-20[libc][math] Improve exp2f performance.Tue Ly
2023-06-12[libc] Add platform independent floating point rounding mode checks.Tue Ly
2023-06-07[libc] Fix undefined behavior of left shifting signed integer in exp2f.cpp.Tue Ly
2023-03-23[libc] Fix some math conversion warningsAlex Brachet
2023-03-15[libc][NFC] Clean up clang-tidy warnings for `src/__support` and `src/math`.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-10[libc] Fix exp2f and prevent misuse of likely/unlikelyGuillaume Chatelet
2023-02-07[libc][NFC] Move attributes from common to macros folderGuillaume Chatelet
2022-09-19[libc][math] Improve tanhf performance.Tue Ly
2022-09-15[libc][math] Improve sinhf and coshf performance.Tue Ly
2022-09-14[libc][math] Improve exp2f performance.Tue Ly
2022-08-30[libc][math] Added auxiliary function log2_eval for asinhf/acoshf/atanhf.Kirill Okhotnikov
2022-07-28[libc][math] Improved performance of exp2f function.Kirill Okhotnikov
2022-06-03[libc] Automatically add -mfma flag for architectures supporting FMA.Tue Ly
2022-03-24[libc] Improve the performance of exp2f.Tue Ly
2022-03-14[libc] Include -150 to the special cases at the beginning of exp2f function.Tue Ly
2022-03-14[libc] Implement exp2f function that is correctly rounded for all rounding mo...Tue Ly
2021-02-03[libc][NFC] Move generic math implementations to the generic directory.Siva Chandra