Full AARCH64 support with NEON and new CUDA toolkit.

This commit is contained in:
Alexander Smorkalov
2014-12-26 13:08:44 +03:00
parent 82bd82e2f8
commit 0f263e125b
5 changed files with 17 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ ocv_include_directories("${CMAKE_CURRENT_SOURCE_DIR}" ${ZLIB_INCLUDE_DIR})
file(GLOB lib_srcs *.c)
file(GLOB lib_hdrs *.h)
if(NEON AND CMAKE_SIZEOF_VOID_P EQUAL 4)
if(ARM AND NEON)
list(APPEND lib_srcs arm/filter_neon.S)
add_definitions(-DPNG_ARM_NEON)
endif()