This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix errors in ISO_FORTRAN_ENV module for REAL128
ClosedPublic

Authored by klausler on Jan 25 2021, 12:28 PM.

Details

Summary

Some parameters of 128-bit IEEE floating-point numbers were
incorrect, leading to a failure to define REAL128 to 16.

Diff Detail

Event Timeline

klausler created this revision.Jan 25 2021, 12:28 PM
klausler requested review of this revision.Jan 25 2021, 12:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2021, 12:28 PM
PeteSteinfeld accepted this revision.Jan 25 2021, 1:23 PM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Jan 25 2021, 1:23 PM
This revision was automatically updated to reflect the committed changes.