Skip to content

Commit c8dadac

Browse files
author
Melanie Blower
committed
add release notes for ffp-model and ffp-exception-behavior
1 parent b824388 commit c8dadac

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
@@ -66,6 +66,13 @@ New Compiler Flags
6666
attack for x86 architecture through automatic probing of each page of
6767
allocated stack.
6868

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+
6976
Deprecated Compiler Flags
7077
-------------------------
7178

0 commit comments

Comments
 (0)