[llvm] LangRef: Clarify llvm.minnum and llvm.maxnum about sNaN (PR #112852)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 3 14:52:11 PST 2024
================
@@ -16625,20 +16639,34 @@ type.
Semantics:
""""""""""
-Follows the IEEE-754 semantics for maxNum except for the handling of
-signaling NaNs. This matches the behavior of libm's fmax.
+Follows the IEEE-754 semantics for minNum, except that -0.0 < +0.0 for the purposes
----------------
arsenm wrote:
Same as above, this changed between IEEE-754 2008 and 2019
https://github.com/llvm/llvm-project/pull/112852
More information about the llvm-commits
mailing list