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

YunQiang Su via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 11 05:30:46 PDT 2024


================
@@ -475,6 +475,12 @@ SYMBOL(fmaxl, None, <math.h>)
 SYMBOL(fmin, None, <math.h>)
 SYMBOL(fminf, None, <math.h>)
 SYMBOL(fminl, None, <math.h>)
+SYMBOL(fmaximum_num, None, <math.h>)
----------------
wzssyqa wrote:

Oh, yes. It is autogenerated from https://github.com/PeterFeicht/cppreference-doc/releases.
If we need to update it, we should update cppreference.

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


More information about the cfe-commits mailing list