mirror of
https://github.com/opencv/opencv.git
synced 2025-08-05 22:19:14 +08:00
core(stat): optimize size of binaries, drop AVX dispatch (no imrovements)
This commit is contained in:
parent
b66c349bba
commit
b3f5e3bf94
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user