[clang] Clang: Support minimumnum and maximumnum intrinsics (PR #96281)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 11 03:19:49 PDT 2024


================
@@ -1295,6 +1295,24 @@ SYMBOL(fminf, None, <math.h>)
 SYMBOL(fminl, std::, <cmath>)
 SYMBOL(fminl, None, <cmath>)
 SYMBOL(fminl, None, <math.h>)
+SYMBOL(fmaximum_num, std::, <cmath>)
----------------
arsenm wrote:

Not sure what this for, but this isn't tested? 

https://github.com/llvm/llvm-project/pull/96281


More information about the cfe-commits mailing list