================ @@ -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