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
0e5c7107
Commit
0e5c7107
authored
Dec 03, 2015
by
Maksim Shabunin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix documentation warning
parent
5c5d0e67
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
base.hpp
modules/core/include/opencv2/core/base.hpp
+2
-2
neon_utils.hpp
modules/hal/include/opencv2/hal/neon_utils.hpp
+4
-0
No files found.
modules/core/include/opencv2/core/base.hpp
View file @
0e5c7107
...
...
@@ -679,8 +679,8 @@ CV_EXPORTS void setUseIPP(bool flag);
//! @} core_utils
#include "opencv2/hal/neon_utils.hpp"
}
// cv
#include "opencv2/hal/neon_utils.hpp"
#endif //__OPENCV_CORE_BASE_HPP__
modules/hal/include/opencv2/hal/neon_utils.hpp
View file @
0e5c7107
...
...
@@ -44,6 +44,8 @@
#include "opencv2/hal/defs.h"
namespace
cv
{
#if CV_NEON
inline
int32x2_t
cv_vrnd_s32_f32
(
float32x2_t
v
)
...
...
@@ -120,4 +122,6 @@ inline float32x2_t cv_vsqrt_f32(float32x2_t val)
#endif
}
#endif // __OPENCV_HAL_NEON_UTILS_HPP__
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