[PATCH] D99764: [flang] Implement numeric intrinsic functions in runtime

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 1 13:02:32 PDT 2021


klausler created this revision.
klausler added reviewers: jeanPerier, PeteSteinfeld, schweitz.
klausler added a project: Flang.
Herald added subscribers: jdoerfert, mgorny.
Herald added a reviewer: sscalpone.
klausler requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99764

Files:
  flang/runtime/CMakeLists.txt
  flang/runtime/numeric.cpp
  flang/runtime/numeric.h
  flang/unittests/RuntimeGTest/CMakeLists.txt
  flang/unittests/RuntimeGTest/Numeric.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99764.334804.patch
Type: text/x-patch
Size: 51075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210401/29d40414/attachment-0001.bin>


More information about the llvm-commits mailing list