Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
3064e40d
Commit
3064e40d
authored
Feb 20, 2019
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13866 from alalek:core_dispatch_mean
parents
334c4d62
dc84cf99
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
0 deletions
+1
-0
CMakeLists.txt
modules/core/CMakeLists.txt
+1
-0
mean.dispatch.cpp
modules/core/src/mean.dispatch.cpp
+0
-0
mean.simd.hpp
modules/core/src/mean.simd.hpp
+0
-0
No files found.
modules/core/CMakeLists.txt
View file @
3064e40d
...
@@ -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
...
...
modules/core/src/mean.cpp
→
modules/core/src/mean.
dispatch.
cpp
View file @
3064e40d
This diff is collapsed.
Click to expand it.
modules/core/src/mean.simd.hpp
0 → 100644
View file @
3064e40d
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment