We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582bb3c commit 4f558e8Copy full SHA for 4f558e8
cmake/OpenCVCompilerOptimizations.cmake
@@ -238,7 +238,7 @@ if(X86 OR X86_64)
238
endif()
239
240
if(NOT DEFINED CPU_DISPATCH)
241
- set(CPU_DISPATCH "SSE4_1;AVX;FP16;AVX2" CACHE STRING "${HELP_CPU_DISPATCH}")
+ set(CPU_DISPATCH "SSE4_1;SSE4_2;AVX;FP16;AVX2" CACHE STRING "${HELP_CPU_DISPATCH}")
242
243
244
if(NOT DEFINED CPU_BASELINE)
0 commit comments