Nvcc Compilation Problem with OpenCV Code

when i usr nvcc to compilation programe contains opencv ,the error comes

/usr/lib/gcc/aarch64-linux-gnu/5/include/arm_neon.h(38): error: identifier “__Int8x8_t” is undefined

/usr/lib/gcc/aarch64-linux-gnu/5/include/arm_neon.h(39): error: identifier “__Int16x4_t” is undefined

/usr/lib/gcc/aarch64-linux-gnu/5/include/arm_neon.h(40): error: identifier “__Int32x2_t” is undefined

Could you provide more details on what code you’re trying to run and how you’re building this project?