Files
clang-p2996/flang/runtime/extrema.cpp
Peter Klausler b7585c75ee [flang][runtime] Fix NORM2([negative, ...])
NORM2 is broken for arrays that start with a negative number
because it sets the initial running max_ value to that number
rather than to its absolute value.

Differential Revision: https://reviews.llvm.org/D155976
2023-07-21 14:57:31 -07:00

33 KiB