[PATCH] D148792: LangRef: Clarify behavior of minnum/maxnum
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 04:12:07 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.
----------------
foad wrote:
> **returns** either one...
ping
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148792/new/
https://reviews.llvm.org/D148792
More information about the llvm-commits
mailing list