Skip to content

Commit

Permalink
[flang] Implement numeric intrinsic functions in runtime
Browse files Browse the repository at this point in the history
Adds APIs, implementations, and unit tests for AINT, ANINT,
CEILING, EXPONENT, FLOOR, FRACTION, MOD, MODULO, NEAREST, NINT,
RRSPACING, SCALE, SET_EXPONENT, & SPACING.

Differential Revision: https://reviews.llvm.org/D99764
  • Loading branch information
klausler committed Apr 1, 2021
1 parent 43ceb74 commit 5f6c5c6
Show file tree
Hide file tree
Showing 5 changed files with 1,272 additions and 0 deletions.
1 change: 1 addition & 0 deletions flang/runtime/CMakeLists.txt
Expand Up @@ -51,6 +51,7 @@ add_flang_library(FortranRuntime
io-stmt.cpp
main.cpp
memory.cpp
numeric.cpp
reduction.cpp
stat.cpp
stop.cpp
Expand Down

0 comments on commit 5f6c5c6

Please sign in to comment.