mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
remove duplicated include
This commit is contained in:
parent
cecc1857dd
commit
f6350bdfa8
@ -223,10 +223,6 @@ enum CpuFeatures {
|
||||
# define CV_NEON 1
|
||||
#endif
|
||||
|
||||
#if defined(__ARM_NEON__) || defined(__aarch64__)
|
||||
# include <arm_neon.h>
|
||||
#endif
|
||||
|
||||
#if defined __GNUC__ && defined __arm__ && (defined __ARM_PCS_VFP || defined __ARM_VFPV3__ || defined __ARM_NEON__) && !defined __SOFTFP__
|
||||
# define CV_VFP 1
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user