This is an archive of the discontinued LLVM Phabricator instance.

[flang] Implement numeric intrinsic functions in runtime
ClosedPublic

Authored by klausler on Apr 1 2021, 1:02 PM.

Details

Summary

Adds APIs, implementations, and unit tests for AINT, ANINT,
CEILING, EXPONENT, FLOOR, FRACTION, MOD, MODULO, NEAREST, NINT,
RRSPACING, SCALE, SET_EXPONENT, & SPACING.

Diff Detail

Event Timeline

klausler created this revision.Apr 1 2021, 1:02 PM
klausler requested review of this revision.Apr 1 2021, 1:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 1 2021, 1:02 PM
PeteSteinfeld accepted this revision.Apr 1 2021, 1:41 PM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Apr 1 2021, 1:41 PM
This revision was landed with ongoing or failed builds.Apr 1 2021, 3:39 PM
This revision was automatically updated to reflect the committed changes.