Skip to content

Commit 5bdc595

Browse files
committed
fix subnormal
1 parent 94d928c commit 5bdc595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libclc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
337337
list( APPEND opencl_gen_files clspv-convert.cl )
338338
elseif ( NOT ENABLE_RUNTIME_SUBNORMAL )
339339
list( APPEND opencl_gen_files convert-clc.cl )
340-
list( APPEND opencl_lib_files generic/lib/subnormal_use_default.ll )
340+
list( APPEND opencl_lib_files generic/libspirv/subnormal_use_default.ll )
341341
endif()
342342
endif()
343343

0 commit comments

Comments
 (0)