This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] The __float128 type should only be available on Power9
ClosedPublic

Authored by stefanp on Jun 12 2018, 12:06 PM.

Details

Summary

Hardware support for IEEE __float128 was introduced in power 9.
We will now produce an error for the option -mfloat128 when run on any power PC older than power 9.

Diff Detail

Repository
rC Clang

Event Timeline

stefanp created this revision.Jun 12 2018, 12:06 PM
echristo accepted this revision.Jun 12 2018, 12:15 PM
This revision is now accepted and ready to land.Jun 12 2018, 12:15 PM
This revision was automatically updated to reflect the committed changes.