[clang] Clang: Support minimumnum and maximumnum intrinsics (PR #96281)
Nikolas Klauser via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 26 01:48:01 PDT 2024
================
@@ -3636,6 +3648,22 @@ def Fmin : FPMathTemplate, LibBuiltin<"math.h"> {
let OnlyBuiltinPrefixedAliasIsConstexpr = 1;
}
+def FmaximumNum : FPMathTemplate, LibBuiltin<"math.h"> {
----------------
philnik777 wrote:
In that case this should probably be a `GNULibBuiltin`. Or is it actually standardized?
https://github.com/llvm/llvm-project/pull/96281
More information about the cfe-commits
mailing list