blob: c1ab6f24ecf5b3e7dae552eb7114734d3f779909 [file] [log] [blame]
enable_language(ISPC)
set(CMAKE_ISPC_INSTRUCTION_SETS "avxknl-i32x16")
try_compile(result ${CMAKE_CURRENT_BINARY_DIR}
SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/src.ispc
OUTPUT_VARIABLE out
)
message("try_compile output:\n${out}")