This is an archive of the discontinued LLVM Phabricator instance.

[libc] Make logf function correctly rounded for all rounding modes.
ClosedPublic

Authored by lntue on Jan 25 2022, 8:02 AM.

Details

Diff Detail

Event Timeline

lntue created this revision.Jan 25 2022, 8:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2022, 8:02 AM
lntue requested review of this revision.Jan 25 2022, 8:02 AM
zimmermann6 accepted this revision.Jan 25 2022, 8:22 AM

all exhaustive tests do pass, with all four rounding modes. Maybe put in comment the corresponding input values for the exceptional cases ?

This revision is now accepted and ready to land.Jan 25 2022, 8:22 AM
santoshn accepted this revision.Jan 25 2022, 9:54 AM
lntue updated this revision to Diff 402955.Jan 25 2022, 9:59 AM

Add hexadecimal floating point values of exceptional inputs to comments.

lntue added a comment.Jan 25 2022, 9:59 AM

all exhaustive tests do pass, with all four rounding modes. Maybe put in comment the corresponding input values for the exceptional cases ?

Done.

sivachandra accepted this revision.Jan 25 2022, 11:05 AM
jpl169 accepted this revision.Jan 25 2022, 11:27 AM
This revision was landed with ongoing or failed builds.Jan 25 2022, 12:22 PM
This revision was automatically updated to reflect the committed changes.