This is an archive of the discontinued LLVM Phabricator instance.

[flang] Implement NORM2 in the runtime
ClosedPublic

Authored by klausler on May 6 2021, 1:51 PM.

Details

Summary

Implement the reduction transformational intrinsic function NORM2 in
the runtime, using infrastructure already in place for MAXVAL & al.

Diff Detail

Event Timeline

klausler created this revision.May 6 2021, 1:51 PM
klausler requested review of this revision.May 6 2021, 1:51 PM
PeteSteinfeld accepted this revision.May 6 2021, 2:21 PM

All builds, tests, and looks good.

This revision is now accepted and ready to land.May 6 2021, 2:21 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2021, 1:23 PM