This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Fix KIND=16 real/complex component I/O
ClosedPublic

Authored by klausler on Apr 25 2022, 9:43 AM.

Details

Summary

Don't treat KIND=16 as 80-bit extended floating-point any more on x86.

Diff Detail

Event Timeline

klausler created this revision.Apr 25 2022, 9:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2022, 9:43 AM
klausler requested review of this revision.Apr 25 2022, 9:43 AM
vdonaldson accepted this revision.Apr 25 2022, 10:10 AM
This revision is now accepted and ready to land.Apr 25 2022, 10:10 AM
This revision was automatically updated to reflect the committed changes.