Commit 00fb8a3a authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #4103 from mtamburrano:master

parents b98a54fb a55a8c9a
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
# define CV_NEON 1 # define CV_NEON 1
#endif #endif
#if defined __GNUC__ && defined __arm__ && (defined __ARM_PCS_VFP || defined __ARM_VFPV3__) #if defined __GNUC__ && defined __arm__ && (defined __ARM_PCS_VFP || defined __ARM_VFPV3__ || defined __ARM_NEON__) && !defined __SOFTFP__
# define CV_VFP 1 # define CV_VFP 1
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment