Commit 3064e40d authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #13866 from alalek:core_dispatch_mean

parents 334c4d62 dc84cf99
...@@ -7,6 +7,7 @@ ocv_add_dispatched_file(convert SSE2 AVX2) ...@@ -7,6 +7,7 @@ ocv_add_dispatched_file(convert SSE2 AVX2)
ocv_add_dispatched_file(convert_scale SSE2 AVX2) ocv_add_dispatched_file(convert_scale SSE2 AVX2)
ocv_add_dispatched_file(count_non_zero SSE2 AVX2) ocv_add_dispatched_file(count_non_zero SSE2 AVX2)
ocv_add_dispatched_file(matmul SSE2 AVX2) ocv_add_dispatched_file(matmul SSE2 AVX2)
ocv_add_dispatched_file(mean SSE2 AVX2)
ocv_add_dispatched_file(sum SSE2 AVX2) ocv_add_dispatched_file(sum SSE2 AVX2)
# dispatching for accuracy tests # dispatching for accuracy tests
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment