This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][mips] Add support for quad precision builtins for mips64
ClosedPublic

Authored by sdardis on May 3 2017, 4:17 AM.

Details

Summary

Match the builtins that GCC provides for IEEE754 quad precision
on MIPS64. Also, enable building them with clang as PR20098 is resolved.

Disable tests for xf and xc modes as MIPS doesn't support that mode in
hardware or software.

Diff Detail

Repository
rL LLVM

Event Timeline

sdardis created this revision.May 3 2017, 4:17 AM
slthakur accepted this revision.May 4 2017, 4:22 AM

LGTM

This revision is now accepted and ready to land.May 4 2017, 4:22 AM
This revision was automatically updated to reflect the committed changes.