[flang][runtime] Fix edge cases with ROUND=UP/DOWN (#67508)
When an unrepresentable nonzero real input value with a very small exponent is currently being read in as zero, don't neglect ROUND=UP/DOWN; return the least nonzero subnormal value instead when appropriate.
parent
af972f01
Please register or sign in to comment