1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

core(stat): optimize size of binaries, drop AVX dispatch (no imrovements)

This commit is contained in:
Alexander Alekhin
2017-07-02 15:49:38 +00:00
parent b66c349bba
commit b3f5e3bf94
+1 -1
View File
@@ -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}"