[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
Loading
Please sign in to comment