_MM_PERM_ACBD problem in opencv 4.3.0 compiling
when i compile opencv 4.3.0, there are many errors, one of errors is
Error C2065 '_MM_PERM_ACBD': undeclared identifier
how to solve this problem ? thank you
which os, compiler?
error comes from avx512 optimization.
maybe you could try to remove 'AVX' from the cmake
CPU_DISPATCH
option list ?