mirror of https://github.com/opencv/opencv.git
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.pull/13865/head
parent
aebb66682b
commit
7c72e095fa
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue