[libclc] [libclc] Improve performance and precision of reciprocal functions (PR #203805)

Wenju He via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 14 17:26:41 PDT 2026


================
@@ -25,6 +25,7 @@ libclc_add_sources(${LIBCLC_CLC_TARGET} FILES
   math/clc_native_exp.cl
   math/clc_native_exp2.cl
   math/clc_native_log10.cl
+  math/clc_recip_fast.cl
----------------
wenju-he wrote:

also add this line after line 54 to match generic behavior?

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


More information about the cfe-commits mailing list