[clang] c8dadac - add release notes for ffp-model and ffp-exception-behavior
Melanie Blower via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 24 06:43:04 PST 2020
Author: Melanie Blower
Date: 2020-02-24T06:42:05-08:00
New Revision: c8dadac228b7dd3a71d5fc25489d1b884a2b0f5e
URL: https://github.com/llvm/llvm-project/commit/c8dadac228b7dd3a71d5fc25489d1b884a2b0f5e
DIFF: https://github.com/llvm/llvm-project/commit/c8dadac228b7dd3a71d5fc25489d1b884a2b0f5e.diff
LOG: add release notes for ffp-model and ffp-exception-behavior
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index ba3937dd83ed..831ef32c6b8a 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -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
-------------------------
More information about the cfe-commits
mailing list