summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/sinhf.cpp
AgeCommit message (Expand)Author
2023-12-13[reland][libc][NFC] Implement `FPBits` in terms of `FloatProperties` to reduc...Guillaume Chatelet
2023-12-13Revert "[libc][NFC] Implement `FPBits` in terms of `FloatProperties` to reduc...Guillaume Chatelet
2023-12-13[libc][NFC] Implement `FPBits` in terms of `FloatProperties` to reduce clutte...Guillaume Chatelet
2023-11-06[libc][math] Add min/max/min_denorm/max_denorm constants to FPBits and clean ...lntue
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-06-20[libc][math] Slightly improve sinhf and coshf performance.Tue Ly
2023-06-12[libc] Add platform independent floating point rounding mode checks.Tue Ly
2023-03-23[libc] Fix some math conversion warningsAlex Brachet
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-09-15[libc][math] Improve sinhf and coshf performance.Tue Ly
2022-08-30[libc][math] Added auxiliary function log2_eval for asinhf/acoshf/atanhf.Kirill Okhotnikov
2022-07-29[libc][math] Added sinhf function.Kirill Okhotnikov