add release notes for ffp-model and ffp-exception-behavior

This commit is contained in:
Melanie Blower 2020-02-24 06:42:05 -08:00
parent b82438872b
commit c8dadac228
1 changed files with 7 additions and 0 deletions

View File

@ -66,6 +66,13 @@ New Compiler Flags
attack for x86 architecture through automatic probing of each page of
allocated stack.
- -ffp-exception-behavior={ignore,maytrap,strict} allows the user to specify
the floating-point exception behavior. The default setting is ``ignore``.
- -ffp-model={precise,strict,fast} provides the user an umbrella option to
simplify access to the many single purpose floating point options. The default
setting is ``precise``.
Deprecated Compiler Flags
-------------------------