From c36cbba6fbe926a4a73f5df318fab991dad7fcc0 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Thu, 29 Feb 2024 10:34:34 +0530 Subject: Update IEEE-754 2018 draft references to IEEE-754 2019 --- llvm/docs/LangRef.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm/docs/LangRef.rst') diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 60e682a..f56d4ed 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -15581,7 +15581,7 @@ Semantics: If either operand is a NaN, returns NaN. Otherwise returns the lesser of the two arguments. -0.0 is considered to be less than +0.0 for this intrinsic. Note that these are the semantics specified in the draft of -IEEE 754-2018. +IEEE 754-2019. .. _i_maximum: @@ -15621,7 +15621,7 @@ Semantics: If either operand is a NaN, returns NaN. Otherwise returns the greater of the two arguments. -0.0 is considered to be less than +0.0 for this intrinsic. Note that these are the semantics specified in the draft of -IEEE 754-2018. +IEEE 754-2019. .. _int_copysign: @@ -26000,7 +26000,7 @@ The third argument specifies the exception behavior as described above. Semantics: """""""""" -This function follows semantics specified in the draft of IEEE 754-2018. +This function follows semantics specified in the draft of IEEE 754-2019. '``llvm.experimental.constrained.minimum``' Intrinsic @@ -26032,7 +26032,7 @@ The third argument specifies the exception behavior as described above. Semantics: """""""""" -This function follows semantics specified in the draft of IEEE 754-2018. +This function follows semantics specified in the draft of IEEE 754-2019. '``llvm.experimental.constrained.ceil``' Intrinsic -- cgit v1.1