vdonaldson 0b52aa1bdb
[flang] Unsupported rounding modes (#128240)
Two new ieee_round_type values were added in f18 beyond the four values
defined in f03 and f08: ieee_away and ieee_other. Contemporary hardware
typically does not have support for these rounding modes, so flang does
not support them. ieee_support_rounding calls for these values return
false. Current generated code handles some attempts to set the rounding
mode to one of these unsupported values by setting the mode to
ieee_nearest. Update the code to explicitly do this in all cases.
2025-02-24 10:50:03 -05:00
..
2024-05-15 13:10:16 +01:00
2024-12-18 07:02:37 -08:00
2024-12-18 07:02:37 -08:00