提交 0e5c7107 编写于 作者: M Maksim Shabunin

Fix documentation warning

上级 5c5d0e67
......@@ -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__
......@@ -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__
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册