1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge pull request #9074 from alalek:cpu_dispatch_core_hamming

cpu dispatch(core): hamming
This commit is contained in:
Alexander Alekhin
2017-07-14 16:48:07 +00:00
committed by GitHub
6 changed files with 210 additions and 162 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ if(X86 OR X86_64)
endif()
if(NOT DEFINED CPU_DISPATCH)
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}")
endif()
if(NOT DEFINED CPU_BASELINE)