Skip to content

Commit b3f5e3b

Browse files
committed
core(stat): optimize size of binaries, drop AVX dispatch (no imrovements)
1 parent b66c349 commit b3f5e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(the_description "The Core Functionality")
22

33
ocv_add_dispatched_file(mathfuncs_core SSE2 AVX AVX2)
4-
ocv_add_dispatched_file(stat SSE4_2 AVX AVX2)
4+
ocv_add_dispatched_file(stat SSE4_2 AVX2)
55

66
ocv_add_module(core
77
"${OPENCV_HAL_LINKER_LIBS}"

0 commit comments

Comments
 (0)