mirror of
https://github.com/opencv/opencv.git
synced 2025-06-25 22:07:32 +08:00

* Fixed clang -Wnewline-eof warnings * Fixed all trivial clang -Wextra-semi and -Wc++98-compat-extra-semi warnings * Removed trailing semi from various macros * Fixed various -Wunused-macros warnings * Fixed some trivial -Wdocumentation warnings * Fixed some -Wdocumentation-deprecated-sync warnings * Fixed incorrect indentation * Suppressed some clang warnings in 3rd party code * Fixed QRCodeEncoder::Params documentation. --------- Co-authored-by: Alexander Smorkalov <alexander.smorkalov@xperience.ai>
12 lines
370 B
C++
12 lines
370 B
C++
// This file is part of OpenCV project.
|
|
// It is subject to the license terms in the LICENSE file found in the top-level directory
|
|
// of this distribution and at http://opencv.org/license.html
|
|
|
|
#include "precomp.hpp"
|
|
#include "arithm_ipp.hpp"
|
|
#include "arithm.simd.hpp"
|
|
#include "arithm.simd_declarations.hpp"
|
|
|
|
#define ARITHM_DISPATCHING_ONLY
|
|
#include "arithm.simd.hpp"
|