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 b824388 commit c8dadacCopy full SHA for c8dadac
clang/docs/ReleaseNotes.rst
@@ -66,6 +66,13 @@ New Compiler Flags
66
attack for x86 architecture through automatic probing of each page of
67
allocated stack.
68
69
+- -ffp-exception-behavior={ignore,maytrap,strict} allows the user to specify
70
+ the floating-point exception behavior. The default setting is ``ignore``.
71
+
72
+- -ffp-model={precise,strict,fast} provides the user an umbrella option to
73
+ simplify access to the many single purpose floating point options. The default
74
+ setting is ``precise``.
75
76
Deprecated Compiler Flags
77
-------------------------
78
0 commit comments