Skip to content

Commit cc6e51a

Browse files
Melanie Blowertstellar
authored andcommitted
add release notes for ffp-model and ffp-exception-behavior
(cherry picked from commit c8dadac)
1 parent ef7dbe6 commit cc6e51a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,13 @@ New Compiler Flags
184184
- ``-mbranches-within-32B-boundaries`` is added as an x86 assembler mitigation
185185
for Intel's Jump Condition Code Erratum.
186186

187+
- -ffp-exception-behavior={ignore,maytrap,strict} allows the user to specify
188+
the floating-point exception behavior. The default setting is ``ignore``.
189+
190+
- -ffp-model={precise,strict,fast} provides the user an umbrella option to
191+
simplify access to the many single purpose floating point options. The default
192+
setting is ``precise``.
193+
187194
Deprecated Compiler Flags
188195
-------------------------
189196

0 commit comments

Comments
 (0)