forked from OSchip/llvm-project
add release notes for ffp-model and ffp-exception-behavior
This commit is contained in:
parent
b82438872b
commit
c8dadac228
|
@ -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
|
||||
-------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue