1
0
mirror of https://github.com/RPCSX/llvm.git synced 2025-04-03 16:51:42 +00:00

Fix formatting of constrained FP intrinsic documentation

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300865 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Kaylor 2017-04-20 18:18:36 +00:00
parent 1baa360f32
commit f7c70afb60

@ -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"