[libclc] libclc: do not use int64 in sincos helpers (PR #188056)
Romaric Jodin via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 27 03:24:39 PDT 2026
================
@@ -191,6 +191,7 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
set(opt_flags)
elseif(ARCH STREQUAL clspv OR ARCH STREQUAL clspv64)
list(APPEND target_compile_flags -Wno-unknown-assumption)
+ list(APPEND target_compile_flags -U__opencl_c_int64)
----------------
rjodinchr wrote:
Done
https://github.com/llvm/llvm-project/pull/188056
More information about the cfe-commits
mailing list