Index: docs/LangRef.rst =================================================================== --- docs/LangRef.rst +++ docs/LangRef.rst @@ -12283,8 +12283,7 @@ """""""""" 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. +intrinsic. Note that these are the semantics specified in IEEE 754-2019. '``llvm.maximum.*``' Intrinsic ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -12321,8 +12320,7 @@ """""""""" 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. +intrinsic. Note that these are the semantics specified in IEEE 754-2019. '``llvm.copysign.*``' Intrinsic ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^