File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -461,14 +461,12 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
461461 -D__CLC_GENERIC_ADDRSPACE_VAL=${generic_addrspace_val}
462462 )
463463
464- set ( clc_build_flags ${build_flags} -DCLC_INTERNAL )
465-
466464 add_libclc_builtin_set(
467465 CLC_INTERNAL
468466 ARCH ${ARCH}
469467 ARCH_SUFFIX clc-${arch_suffix}
470468 TRIPLE ${clang_triple}
471- COMPILE_FLAGS ${clc_build_flags }
469+ COMPILE_FLAGS ${build_flags }
472470 OPT_FLAGS ${opt_flags}
473471 LIB_FILES ${clc_lib_files}
474472 GEN_FILES ${clc_gen_files}
Original file line number Diff line number Diff line change 7070#define M_SQRT2 0x1.6a09e667f3bcdp+0
7171#define M_SQRT1_2 0x1.6a09e667f3bcdp-1
7272
73- #ifdef __CLC_INTERNAL
74- #define M_LOG210 0x1.a934f0979a371p+1
75- #endif
76-
7773#endif
7874
7975#ifdef cl_khr_fp16
You can’t perform that action at this time.
0 commit comments