[opencv] 10/251: core(stat): optimize size of binaries, drop AVX dispatch (no imrovements)

Nobuhiro Iwamatsu iwamatsu at moszumanska.debian.org
Sun Aug 27 23:27:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

iwamatsu pushed a commit to annotated tag 3.3.0
in repository opencv.

commit b3f5e3bf94511aa01960da2bb3d60afdffa2d9fd
Author: Alexander Alekhin <alexander.a.alekhin at gmail.com>
Date:   Sun Jul 2 15:49:38 2017 +0000

    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 9793e71..cd10920 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}"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git



More information about the debian-science-commits mailing list