[PATCH] D68810: Document rounding for llvm.lround and llvm.lrint

Kevin P. Neal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 14 10:25:04 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd2b6cc7ff6d8: Document more specifically the rounding for "llvm.round". (authored by kpn).

Changed prior to commit:
  https://reviews.llvm.org/D68810?vs=229145&id=229347#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68810/new/

https://reviews.llvm.org/D68810

Files:
  llvm/docs/LangRef.rst


Index: llvm/docs/LangRef.rst
===================================================================
--- llvm/docs/LangRef.rst
+++ llvm/docs/LangRef.rst
@@ -12709,7 +12709,7 @@
 """""""""
 
 The '``llvm.lround.*``' intrinsics return the operand rounded to the nearest
-integer.
+integer with ties away from zero.
 
 
 Arguments:
@@ -12745,7 +12745,7 @@
 """""""""
 
 The '``llvm.llround.*``' intrinsics return the operand rounded to the nearest
-integer.
+integer with ties away from zero.
 
 Arguments:
 """"""""""


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68810.229347.patch
Type: text/x-patch
Size: 512 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191114/309cc41f/attachment.bin>


More information about the llvm-commits mailing list