This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Add more fp128 math library function builtins
ClosedPublic

Authored by qiucf on Nov 2 2020, 2:12 AM.

Details

Summary

Since glibc has supported math library functions conforming IEEE 128-bit floating point types on some platform (like ppc64le), we can fix clang's math builtins missing this type.

Diff Detail

Event Timeline

qiucf requested review of this revision.Nov 2 2020, 2:12 AM
qiucf created this revision.
bkramer accepted this revision.Nov 2 2020, 4:13 AM

looks good

This revision is now accepted and ready to land.Nov 2 2020, 4:13 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptNov 4 2020, 1:59 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript