opencv/modules/flann/include/opencv2
Lindsay Roberts 7c72e095fa Fix Flann compilation under nvcc + NEON
All <arm_neon.h> includes in core/cv_cpu_dispatch.h are protected by an
ifndef __CUDACC__ to prevent attempting to use neon intrinsics when
compiling cuda kernels (.cu) -- this prevents hard errors such as
  error: identifier "__builtin_neon_qi" is undefined

Add this same protection to flann/dist.h to fix compilation involving
flann.hpp.
2019-02-19 15:11:01 +02:00
..
flann Fix Flann compilation under nvcc + NEON 2019-02-19 15:11:01 +02:00
flann.hpp Merge pull request #12871 from UnderscoreAsterisk:document-Distance 2018-10-20 11:15:13 +03:00