[llvm] d2b6cc7 - Document more specifically the rounding for "llvm.round".

Kevin P. Neal via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 14 10:16:05 PST 2019


Author: Kevin P. Neal
Date: 2019-11-14T13:15:15-05:00
New Revision: d2b6cc7ff6d8dd56358d63da8738f529ae312a65

URL: https://github.com/llvm/llvm-project/commit/d2b6cc7ff6d8dd56358d63da8738f529ae312a65
DIFF: https://github.com/llvm/llvm-project/commit/d2b6cc7ff6d8dd56358d63da8738f529ae312a65.diff

LOG: Document more specifically the rounding for "llvm.round".

Differential Revision: https://reviews.llvm.org/D68810

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 07452e2f0428..9700ff791a5b 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -12709,7 +12709,7 @@ Overview:
 """""""""
 
 The '``llvm.lround.*``' intrinsics return the operand rounded to the nearest
-integer.
+integer with ties away from zero.
 
 
 Arguments:
@@ -12745,7 +12745,7 @@ Overview:
 """""""""
 
 The '``llvm.llround.*``' intrinsics return the operand rounded to the nearest
-integer.
+integer with ties away from zero.
 
 Arguments:
 """"""""""


        


More information about the llvm-commits mailing list