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

Differential Revision: https://reviews.llvm.org/D68810
This commit is contained in:
Kevin P. Neal 2019-11-14 13:11:54 -05:00
parent 70a8540846
commit 2dbca15279

View File

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