Added __float128 support for a number of rounding operations:
trunc rint nearbyint round floor ceil
Paths
| Differential D48415
[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
Event TimelineThis revision is now accepted and ready to land.Jul 3 2018, 11:51 AM Closed by commit rL336601: [Power9] Add __float128 builtins for Rounding Operations (authored by stefanp). · Explain WhyJul 9 2018, 1:43 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 154689 llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/trunk/lib/Target/PowerPC/PPCInstrVSX.td
llvm/trunk/test/CodeGen/PowerPC/f128-rounding.ll
|