[PATCH] D148792: LangRef: Clarify behavior of minnum/maxnum

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 05:20:34 PDT 2023


foad added inline comments.


================
Comment at: llvm/docs/LangRef.rst:14905
+NaN only if both operands are NaN. If the operands compare equal,
+either one of the operands. For example, this means that fmin(+0.0,
+-0.0) could return either operand.
----------------
**returns** either one...


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148792/new/

https://reviews.llvm.org/D148792



More information about the llvm-commits mailing list