================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to