Compilation error in cpu_avx512.cpp [closed]
System information
OpenCV => 3.4
Operating System / Platform => Windows7 64 Bit
Compiler => Visual Studio 2017
Processor=>i5 5200U
Compilation tool=>cmake
Detailed description
My processor doesn't support AVX512. When I configure opencv with opencv contrib modules, there is a compilation error in cpu_avx512.cpp. How to fix it? Please help!
please add the cmake output to your question
you could try to disable avx in the
CPU_DISPATCH
cmake paramThank you! I find that the source code's version is different from opencv_contrib's version. After I download the correct version. This problem is solved. Thank you four your comment! And, I have to apologize for my careless behavior which leads to cost of your time.
no worries, it's a pleasure to (try to) help !
(and probably you want to close this, too ! (if it was your issue !)