[clang] [llvm] Intrinsic: introduce minimumnum and maximumnum (PR #93841)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Fri May 31 03:05:09 PDT 2024
================
@@ -3636,6 +3648,22 @@ def Fmin : FPMathTemplate, LibBuiltin<"math.h"> {
let OnlyBuiltinPrefixedAliasIsConstexpr = 1;
}
+def FmaximumNum : FPMathTemplate, LibBuiltin<"math.h"> {
----------------
arsenm wrote:
I'd prefer to split the clang changes into a separate change
https://github.com/llvm/llvm-project/pull/93841
More information about the cfe-commits
mailing list