From b3f5e3bf94511aa01960da2bb3d60afdffa2d9fd Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Sun, 2 Jul 2017 15:49:38 +0000 Subject: [PATCH] core(stat): optimize size of binaries, drop AVX dispatch (no imrovements) --- modules/core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/CMakeLists.txt b/modules/core/CMakeLists.txt index 9793e7181c..cd10920167 100644 --- a/modules/core/CMakeLists.txt +++ b/modules/core/CMakeLists.txt @@ -1,7 +1,7 @@ set(the_description "The Core Functionality") ocv_add_dispatched_file(mathfuncs_core SSE2 AVX AVX2) -ocv_add_dispatched_file(stat SSE4_2 AVX AVX2) +ocv_add_dispatched_file(stat SSE4_2 AVX2) ocv_add_module(core "${OPENCV_HAL_LINKER_LIBS}"