|
|
|
@ -189,21 +189,6 @@ if(ENABLE_GUI)
|
|
|
|
|
endif(SRSGUI_FOUND)
|
|
|
|
|
endif(ENABLE_GUI)
|
|
|
|
|
|
|
|
|
|
# VOLK
|
|
|
|
|
include(CheckFunctionExistsMath)
|
|
|
|
|
if(ENABLE_VOLK)
|
|
|
|
|
find_package(Volk)
|
|
|
|
|
if(VOLK_FOUND)
|
|
|
|
|
include_directories(${VOLK_INCLUDE_DIRS})
|
|
|
|
|
link_directories(${VOLK_LIBRARY_DIRS})
|
|
|
|
|
message(STATUS "Compiling with VOLK SIMD library.")
|
|
|
|
|
else(VOLK_FOUND)
|
|
|
|
|
message(STATUS "VOLK SIMD library NOT found. Using generic implementation.")
|
|
|
|
|
endif(VOLK_FOUND)
|
|
|
|
|
else(ENABLE_VOLK)
|
|
|
|
|
message(STATUS "VOLK library disabled")
|
|
|
|
|
endif(ENABLE_VOLK)
|
|
|
|
|
|
|
|
|
|
########################################################################
|
|
|
|
|
# Install Dirs
|
|
|
|
|
########################################################################
|
|
|
|
|