[flang-commits] [PATCH] D102024: [flang] Implement NORM2 in the runtime
Peter Klausler via Phabricator via flang-commits
flang-commits at lists.llvm.org
Thu May 6 13:52:01 PDT 2021
klausler created this revision.
klausler added a reviewer: PeteSteinfeld.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
klausler requested review of this revision.
Implement the reduction transformational intrinsic function NORM2 in
the runtime, using infrastructure already in place for MAXVAL & al.
https://reviews.llvm.org/D102024
Files:
flang/runtime/extrema.cpp
flang/runtime/reduction.cpp
flang/runtime/reduction.h
flang/unittests/RuntimeGTest/Reduction.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102024.343495.patch
Type: text/x-patch
Size: 10127 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20210506/cddbd5cc/attachment.bin>
More information about the flang-commits
mailing list