https://github.com/halide/Halide
Raw File
Tip revision: 2c94de21b1ce7da9354150d63065b5e2a28a5336 authored by Aelphy on 01 February 2024, 12:45:29 UTC
[xtensa] added vector load_predicated for f16
Tip revision: 2c94de2
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