This is an archive of the discontinued LLVM Phabricator instance.

[flang] Make default quad precision kind target dependent
ClosedPublic

Authored by peixin on Oct 24 2022, 12:39 AM.

Details

Summary

The quad precision kind is defined as 16 by default in
flang/include/flang/Common/default-kinds.h. However, it should be target
dependent. This fixes the default quad precision kind when the target
is on X86_64.

Diff Detail

Event Timeline

peixin created this revision.Oct 24 2022, 12:39 AM
Herald added a project: Restricted Project. · View Herald Transcript
peixin requested review of this revision.Oct 24 2022, 12:39 AM
peixin edited the summary of this revision. (Show Details)Oct 24 2022, 3:04 AM
klausler accepted this revision.Oct 24 2022, 9:31 AM
This revision is now accepted and ready to land.Oct 24 2022, 9:31 AM
This revision was automatically updated to reflect the committed changes.