We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d459e commit fb05f66Copy full SHA for fb05f66
1 file changed
CMakeLists.txt
@@ -5,6 +5,8 @@ set(CMAKE_CXX_STANDARD 20)
5
6
option(PEANUT_SIMD "Enable soa simd support" OFF)
7
8
+message(STATUS "Peanut : Enable SIMD : ${PEANUT_SIMD}")
9
+
10
add_library(Peanut Peanut.cpp)
11
include_directories(include)
12
0 commit comments