From: Andrew Kaylor Date: Thu, 20 Apr 2017 18:18:36 +0000 (+0000) Subject: Fix formatting of constrained FP intrinsic documentation X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7c70afb601ff8b8320ac13e74c16b5df5f3c528;p=llvm Fix formatting of constrained FP intrinsic documentation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300865 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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"