This is an archive of the discontinued LLVM Phabricator instance.

[libc][math] Improve exp2f performance.
ClosedPublic

Authored by lntue on Jun 16 2023, 6:23 AM.

Details

Summary

Re-organize special cases and add a special case when |x| < 2^-5.

Diff Detail

Event Timeline

lntue created this revision.Jun 16 2023, 6:23 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 16 2023, 6:23 AM
lntue requested review of this revision.Jun 16 2023, 6:23 AM
lntue updated this revision to Diff 532133.Jun 16 2023, 6:51 AM

Improve performance for no-FMA, no-rounding instructions targets.

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.