Files
clang-p2996/flang/lib/Evaluate/real.cpp
Peter Klausler d71297ce74 [flang] Fix SPACING() of very small values
SPACING() must return TINY() for zero arguments (which we do)
and also for subnormal values smaller than TINY() in absolute value,
which we get wrong.  Fix folding and the runtime.

Differential Revision: https://reviews.llvm.org/D151272
2023-05-24 08:04:39 -07:00

26 KiB