[flang-commits] [PATCH] D138150: [flang] Lower F08 NORM2 intrinsic
Jean Perier via Phabricator via flang-commits
flang-commits at lists.llvm.org
Thu Dec 1 08:24:34 PST 2022
jeanPerier added a comment.
In D138150#3960981 <https://reviews.llvm.org/D138150#3960981>, @tarunprabhu wrote:
> Change the runtime API to not require a mask argument since a mask is not used in the Norm2 intrinsic. Instead, pass a null parameter to the internal runtime routines that actually carry out the computation.
>
> Update tests to reflect this change.
Did you push the patch with the runtime API update ? I do not see a change to flang/include/flang/Runtime/reduction.h.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138150/new/
https://reviews.llvm.org/D138150
More information about the flang-commits
mailing list