https://github.com/halide/Halide
Raw File
Tip revision: 699c0a2ed48410bc403a9b8c8f483c16b40400e4 authored by Alexander on 16 August 2023, 21:32:14 UTC
uint32 -> int32 casting should not produce SIO
Tip revision: 699c0a2
CMakeLists.txt
##
# Third-party dependencies in their own subdirectories
##

add_subdirectory(llvm)

if (TARGET_SPIRV)
    add_subdirectory(spirv)
endif()

# Needs cache vars set by llvm, do not reorder.
add_subdirectory(wasm)
back to top