[libclc] libclc: do not use int64 in sincos helpers (PR #188056)

Wenju He via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 26 01:52:49 PDT 2026


wenju-he wrote:

clspv can add `-Xclang -cl-ext=-__opencl_c_int64` to target_compile_flags in libclc CMakeLists.txt. But I guess there would be large scale compile fails as long and ulong is widely used in libclc.

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


More information about the cfe-commits mailing list