summaryrefslogtreecommitdiff
path: root/docs/LangRef.rst
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2017-04-20 18:18:36 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2017-04-20 18:18:36 +0000
commitf7c70afb601ff8b8320ac13e74c16b5df5f3c528 (patch)
treedd925baf5408b0e0c2cbc22486f9284060938637 /docs/LangRef.rst
parent1baa360f328c84e5dd843ab06080f5eea29a9b2f (diff)
Fix formatting of constrained FP intrinsic documentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300865 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.rst')
-rw-r--r--docs/LangRef.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 2cb640370bb..b0a31589cc4 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -12290,6 +12290,7 @@ The third argument is a metadata argument specifying the rounding mode to be
assumed. This argument must be one of the following strings:
::
+
"round.dynamic"
"round.tonearest"
"round.downward"
@@ -12321,6 +12322,7 @@ required exception behavior. This argument must be one of the following
strings:
::
+
"fpexcept.ignore"
"fpexcept.maytrap"
"fpexcept.strict"