[clang] Clang: Add minnum/maxnum builtin functions (PR #129207)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 28 00:37:42 PST 2025
================
@@ -209,6 +209,18 @@ def FmaxF16F128 : Builtin, F16F128MathTemplate {
let Prototype = "T(T, T)";
}
+def MinNum : Builtin {
----------------
arsenm wrote:
Should the keep the f prefix convention? I suppose we aren't following a libm function, so it might make sense to drop it
https://github.com/llvm/llvm-project/pull/129207
More information about the cfe-commits
mailing list