|
@@ -40,7 +40,7 @@ FILE(GLOB MandelHeaders include/*.h)
|
|
if (ARCH STREQUAL "X86_64" OR ARCH STREQUAL "X86")
|
|
if (ARCH STREQUAL "X86_64" OR ARCH STREQUAL "X86")
|
|
list(APPEND MandelSources src/CpuGeneratorsAVX.cpp src/CpuGeneratorsAVXFMA.cpp src/CpuGeneratorsSSE2.cpp)
|
|
list(APPEND MandelSources src/CpuGeneratorsAVX.cpp src/CpuGeneratorsAVXFMA.cpp src/CpuGeneratorsSSE2.cpp)
|
|
elseif(ARCH STREQUAL "ARM")
|
|
elseif(ARCH STREQUAL "ARM")
|
|
- list(APPEND MandelSources src/CpuGeneratorsNeon.cpp)
|
|
|
|
|
|
+ #list(APPEND MandelSources src/CpuGeneratorsNeon.cpp)
|
|
endif()
|
|
endif()
|
|
|
|
|
|
# message(${MandelSources})
|
|
# message(${MandelSources})
|