[libc][math] Slightly improve sinhf and coshf performance.
authorTue Ly <lntue@google.com>
Thu, 15 Jun 2023 18:56:08 +0000 (14:56 -0400)
committerTue Ly <lntue@google.com>
Tue, 20 Jun 2023 13:27:28 +0000 (09:27 -0400)
commit0ae409c0d70d6251777351296599b60c81c54d2d
treec1e9e158a794007f7ce19f5688883ee0b968b6c5
parent5dbd5118ec5435269602de30ebd4982dd8b273dc
[libc][math] Slightly improve sinhf and coshf performance.

Re-order exceptional branches and slightly adjust the evaluation.
Depends on https://reviews.llvm.org/D153026 .

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D153062
libc/src/math/generic/coshf.cpp
libc/src/math/generic/explogxf.h
libc/src/math/generic/sinhf.cpp