This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Enable _Complex __float
ClosedPublic

Authored by nemanjai on May 25 2020, 5:16 PM.

Details

Reviewers
rjmccall
rsmith
Group Reviewers
Restricted Project
Commits
rGf9e94eb8688d: [Clang] Enable _Complex __float128
Summary

When I added __float128 a while ago, I neglected to add support for the complex variant of the type. This patch just adds that.

Diff Detail

Event Timeline

nemanjai created this revision.May 25 2020, 5:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2020, 5:16 PM
Herald added a subscriber: kbarton. · View Herald Transcript
This revision is now accepted and ready to land.May 26 2020, 12:20 PM
This revision was automatically updated to reflect the committed changes.