Adds APIs, implementations, and unit tests for AINT, ANINT,
CEILING, EXPONENT, FLOOR, FRACTION, MOD, MODULO, NEAREST, NINT,
RRSPACING, SCALE, SET_EXPONENT, & SPACING.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D99764
[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,
Diff Detail
Event TimelineThis 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 Closed by commit rG5f6c5c63c7c2: [flang] Implement numeric intrinsic functions in runtime (authored by klausler). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 334839 flang/runtime/CMakeLists.txt
flang/runtime/numeric.h
flang/runtime/numeric.cpp
flang/unittests/RuntimeGTest/CMakeLists.txt
flang/unittests/RuntimeGTest/Numeric.cpp
|