This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rL LLVM

Event Timeline

This revision is now accepted and ready to land.Jun 28 2018, 10:35 AM
This revision was automatically updated to reflect the committed changes.