[clang] Clang: Add minnum/maxnum builtin functions (PR #129207)

YunQiang Su via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 28 01:24:38 PST 2025


================
@@ -209,6 +209,18 @@ def FmaxF16F128 : Builtin, F16F128MathTemplate {
   let Prototype = "T(T, T)";
 }
 
+def MinNum : Builtin {
----------------
wzssyqa wrote:

I prefer to drop it.  Since we don't provide the function name without __builtin, such as `fmimnum`.

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


More information about the cfe-commits mailing list