Wenju He ee8a4bc9d7
[libclc] Remove llvm-link --override flag and make implementation self-contained (#175134)
Revert --override flag added in 28d9255aa7c0 and avoid defining the same
symbol across multiple files of a target, simplifying the build and
easing the transition to CMake add_library for libclc.

amdgcn ldexp now uses __builtin_elementwise_ldexp.

No functional changes to clc_sqrt or clc_rsqrt.
2026-01-12 10:00:10 +08:00

14 lines
289 B
Plaintext

math/clc_half_exp10.cl
math/clc_half_exp2.cl
math/clc_half_exp.cl
math/clc_half_log10.cl
math/clc_half_log2.cl
math/clc_half_log.cl
math/clc_half_recip.cl
math/clc_half_rsqrt.cl
math/clc_half_sqrt.cl
math/clc_native_exp2.cl
math/clc_native_exp.cl
math/clc_native_log10.cl
math/clc_sqrt.cl