This is an archive of the discontinued LLVM Phabricator instance.

[Power9] Add __float128 builtins for Rounding Operations
ClosedPublic

Authored by stefanp on Jun 20 2018, 7:32 PM.

Details

Summary

Added __float128 support for a number of rounding operations:

trunc
rint
nearbyint
round
floor
ceil

Diff Detail

Repository
rL LLVM

Event Timeline

stefanp created this revision.Jun 20 2018, 7:32 PM
nemanjai accepted this revision.Jul 3 2018, 11:51 AM

LGTM.

This revision is now accepted and ready to land.Jul 3 2018, 11:51 AM
This revision was automatically updated to reflect the committed changes.