This is an archive of the discontinued LLVM Phabricator instance.

[libc][math] Update exceptional cases for logf, log10f, log2f, log1pf.
ClosedPublic

Authored by lntue on Feb 9 2023, 8:54 PM.

Details

Summary

Properly set floating point exceptions and add more exceptional
values for non-FMA x86-64 targets.

Diff Detail

Event Timeline

lntue created this revision.Feb 9 2023, 8:54 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 9 2023, 8:54 PM
lntue requested review of this revision.Feb 9 2023, 8:54 PM
michaelrj accepted this revision.Feb 10 2023, 10:52 AM

The code looks good to me, but I can't comment on the math.

This revision is now accepted and ready to land.Feb 10 2023, 10:52 AM
This revision was landed with ongoing or failed builds.Feb 10 2023, 11:09 AM
This revision was automatically updated to reflect the committed changes.