We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f29ee commit e73a64bCopy full SHA for e73a64b
flang/docs/Extensions.md
@@ -141,6 +141,10 @@ end
141
This interpretation has usability advantages and is what six other
142
Fortran compilers do, but is not conforming now that J3 approved an
143
"interp" in June 2024 to the contrary.
144
+* When an Arm processor raises an `ieee_overflow` or `ieee_underflow`
145
+ exception, the `ieee_inexact` exception is also raised. This happens
146
+ for a call to `ieee_set_flag` as well as for floating point expression
147
+ evaluation.
148
* Arm has processors that allow a user to control what happens when an
149
arithmetic exception is signaled, as well as processors that do not
150
have this capability. An Arm executable will run on either type of
0 commit comments