Ask Your Question

Revision history [back]

Building OpenCV without SSE2 and Neon

Hi, is it possible to run OpenCV without SSE2 and NEON enabled? I tried adding the "-D<cv_sse2>=0 -D<cv_neon>=0" flag which should disable SSE2 and NEON, but it failed to build saying that some of the files can't find SSE2. I'm guessing some people should have been able to build OpenCV without either since there's architectures without SSE2 and NEON? Thanks