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.
Details
Details
- Reviewers
vzakhari - Commits
- rGb7585c75eeaf: [flang][runtime] Fix NORM2([negative, ...])
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo