Index: llvm/docs/LangRef.rst =================================================================== --- llvm/docs/LangRef.rst +++ llvm/docs/LangRef.rst @@ -14803,10 +14803,10 @@ 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. +If one operand is a NaN, return that NaN. If both operands are NaNs, return +either one of them. 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 IEEE 754-2019. '``llvm.maximum.*``' Intrinsic ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -14841,10 +14841,10 @@ 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. +If one operand is a NaN, return that NaN. If both operands are NaNs, return +either one of them. 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 IEEE 754-2019. .. _int_copysign: