diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 8891aedcb58e5..bd9c522987834 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -17255,8 +17255,8 @@ Semantics: """""""""" This function implements IEEE-754 operation ``roundToIntegralTiesToEven``. It -also behaves in the same way as C standard function ``roundeven``, except that -it does not raise floating point exceptions. +also behaves in the same way as C standard function ``roundeven``, including +that it disregards rounding mode and does not raise floating point exceptions. '``llvm.lround.*``' Intrinsic