diff options
author | vdonaldson <37090318+vdonaldson@users.noreply.github.com> | 2025-02-24 10:50:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-24 10:50:03 -0500 |
commit | 0b52aa1bdbc7416592e9c81d9a44ce411c21e081 (patch) | |
tree | 2fdfcf422f3ecbfc9de9389bdfc67632ae9d8473 /llvm/lib/Bitcode | |
parent | 3a6108bcac26016b791cabce86424c1f1dcf3056 (diff) | |
download | llvm-0b52aa1bdbc7416592e9c81d9a44ce411c21e081.zip llvm-0b52aa1bdbc7416592e9c81d9a44ce411c21e081.tar.gz llvm-0b52aa1bdbc7416592e9c81d9a44ce411c21e081.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions