summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/expm1f.cpp
AgeCommit message (Expand)Author
2025-04-23[libc][math] Skip checking for exceptional values in expm1f when LIBC_MATH_SK...lntue
2025-03-11[libc] Provide more fine-grained control of FMA instruction for ARM targets. ...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-06-14[libc][math][c23] Add f16fmaf C23 math function (#95483)OverMighty
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-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-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-09[libc][NFC] Move cpu_features.h to properties subfolderGuillaume Chatelet
2023-02-07[libc][NFC] Rename macrosGuillaume Chatelet
2023-02-07[libc][NFC] Move attributes from common to macros folderGuillaume Chatelet
2023-02-07[libc][NFC] Move cpu_features to macros folderGuillaume Chatelet
2023-01-25[libc][NFC] Detect host CPU features using try_compile instead of try_run.Guillaume Chatelet
2023-01-24Revert D142108 "[reland][libc][NFC] Detect host CPU features using try_compil...Guillaume Chatelet
2023-01-24[reland][libc][NFC] Detect host CPU features using try_compile instead of try...Guillaume Chatelet
2023-01-23Revert D142108 "[libc][NFC] Detect host CPU features using try_compile instea...Guillaume Chatelet
2023-01-23[libc][NFC] Detect host CPU features using try_compile instead of try_run.Guillaume Chatelet
2022-07-26[libc] Use nearest_integer instructions to improve expm1f performance.Tue Ly
2022-06-03[libc] Make expm1f correctly rounded when the targets have no FMA instructions.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-30[libc] Improve the performance of expm1f.Tue Ly
2022-03-15[libc] Implement expm1f function that is correctly rounded for all rounding m...Tue Ly
2021-12-11[libc] Add ADD_FMA_FLAG macro to add -mfma flag to functions that requires it.Tue Ly
2021-12-07[libc] apply new lint rulesMichael Jones
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones
2021-06-10[libc] Add implementation of expm1f.Tue Ly