This is an archive of the discontinued LLVM Phabricator instance.

[flang] Define IEEE_SCALB, IEEE_NEXT_AFTER, IEEE_NEXT_DOWN, IEEE_NEXT_UP
ClosedPublic

Authored by klausler on Oct 6 2021, 11:47 AM.

Details

Summary

These functions were missing from the standard intrinsic module
IEEE_ARITHMETIC. IEEE_SCALB is an alias for the standard intrinsic
function SCALE(), and the others are defined as new builtin intrinsic
functions.

Diff Detail

Event Timeline

klausler created this revision.Oct 6 2021, 11:47 AM
klausler requested review of this revision.Oct 6 2021, 11:47 AM
vdonaldson accepted this revision.Oct 6 2021, 12:08 PM
This revision is now accepted and ready to land.Oct 6 2021, 12:08 PM
This revision was landed with ongoing or failed builds.Oct 6 2021, 12:10 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 6 2021, 12:10 PM