aarch64 support

This commit is contained in:
Ilya Lavrenov
2015-02-26 12:53:37 +03:00
parent bdb088dcca
commit c5a80193a8
8 changed files with 23 additions and 12 deletions

View File

@@ -191,7 +191,7 @@
# include "arm_neon.h"
# define CV_NEON 1
# define CPU_HAS_NEON_FEATURE (true)
#elif defined(__ARM_NEON__)
#elif defined(__ARM_NEON__) || (defined (__ARM_NEON) && defined(__aarch64__))
# include <arm_neon.h>
# define CV_NEON 1
#endif