This is an archive of the discontinued LLVM Phabricator instance.

[libc][math] Slightly improve sinhf and coshf performance.
ClosedPublic

Authored by lntue on Jun 15 2023, 11:59 AM.

Details

Summary

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

Diff Detail

Event Timeline

lntue created this revision.Jun 15 2023, 11:59 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 15 2023, 11:59 AM
lntue requested review of this revision.Jun 15 2023, 11:59 AM
This revision is now accepted and ready to land.Jun 16 2023, 2:40 PM
This revision was automatically updated to reflect the committed changes.