This commit is contained in:
netrunnereve 2023-11-02 20:56:31 -04:00
parent 51c99e467e
commit b7ecd0a781

View file

@ -100,9 +100,10 @@ option(LLAMA_BUILD_TESTS "llama: build tests" ${LLAMA_STANDALO
option(LLAMA_BUILD_EXAMPLES "llama: build examples" ${LLAMA_STANDALONE})
option(LLAMA_BUILD_SERVER "llama: build server example" ON)
IF(LLAMA_NATIVE)
# instruction set detection for MSVC only
if (LLAMA_NATIVE)
include(cmake/FindSIMD.cmake)
ENDIF()
endif ()
#
# Compile flags