This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add implementations of rounding functions which depend rounding mode.
ClosedPublic

Authored by sivachandra on Dec 29 2020, 12:28 AM.

Details

Summary

Namely, implementations for rint, rintf, rintl, lrint, lrintf, lrintl,
llrint, llrintf and llrintl have been added.

Diff Detail

Event Timeline

sivachandra created this revision.Dec 29 2020, 12:28 AM
sivachandra requested review of this revision.Dec 29 2020, 12:28 AM
lntue accepted this revision.Dec 29 2020, 9:37 AM
This revision is now accepted and ready to land.Dec 29 2020, 9:37 AM
This revision was landed with ongoing or failed builds.Dec 29 2020, 10:22 PM
This revision was automatically updated to reflect the committed changes.