[libclc] [libclc] Optimize generic CLC fmin/fmax (PR #128506)

Wenju He via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 28 19:17:52 PDT 2025


================
@@ -43,8 +48,10 @@ _CLC_DEF _CLC_OVERLOAD half __clc_fmin(half x, half y) {
   return (y < x) ? y : x;
----------------
wenju-he wrote:

can we use this same implementation for float and double?

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


More information about the cfe-commits mailing list