================
@@ -8,15 +8,16 @@
 
 #include "clc/math/clc_rsqrt.h"
 
-float __nv_rsqrtf(float);
-double __nv_rsqrt(double);
-
-_CLC_OVERLOAD _CLC_DEF float __clc_rsqrt(float x) { return __nv_rsqrtf(x); }
+_CLC_OVERLOAD _CLC_DEF float __clc_rsqrt(float x) {
----------------
wenju-he wrote:

probably should just delete these files and use generic implementation?

https://github.com/llvm/llvm-project/pull/205709
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to