We do not have a hardware instruction for frem but we can call fmodf128 from libm.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D48552
[Power9] Add __float128 library call for frem ClosedPublic Authored by stefanp on Jun 25 2018, 10:35 AM.
Details Summary We do not have a hardware instruction for frem but we can call fmodf128 from libm.
Diff Detail Event Timelinestefanp added a parent revision: D47552: [Power9] Implement float128 parameter passing and return values. This revision is now accepted and ready to land.Jun 28 2018, 10:35 AM Closed by commit rL336406: [Power9] Add __float128 library call for frem (authored by stefanp). · Explain WhyJul 5 2018, 7:51 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 152725 lib/Target/PowerPC/PPCISelLowering.cpp
test/CodeGen/PowerPC/f128-arith.ll
|