We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7dbe6 commit cc6e51aCopy full SHA for cc6e51a
clang/docs/ReleaseNotes.rst
@@ -184,6 +184,13 @@ New Compiler Flags
184
- ``-mbranches-within-32B-boundaries`` is added as an x86 assembler mitigation
185
for Intel's Jump Condition Code Erratum.
186
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
194
Deprecated Compiler Flags
195
-------------------------
196
0 commit comments