================
@@ -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) {
----------------
jhuber6 wrote:

Yeah, wasn't sure. This is the same thing the libdevice function lowers to as 
far as I am aware. I didn't know if it would change results so I was playing it 
a bit safe.

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