Code review notes fixed.

This commit is contained in:
Alexander Smorkalov
2013-04-03 03:48:23 -07:00
parent 4703f4552a
commit a2561ee0cd
7 changed files with 107 additions and 1016 deletions

View File

@@ -136,6 +136,7 @@ CV_INLINE IppiSize ippiSize(int width, int height)
#ifdef __ARM_NEON__
# include <arm_neon.h>
# define CV_NEON 1
# define CPU_HAS_NEON_FEATURE (true)
#endif
#ifndef CV_SSE