test_intrin128.simd.hpp 643 B

12345678910111213141516171819202122
  1. // This file is part of OpenCV project.
  2. // It is subject to the license terms in the LICENSE file found in the top-level directory
  3. // of this distribution and at http://opencv.org/license.html.
  4. #ifndef CV_CPU_OPTIMIZATION_DECLARATIONS_ONLY
  5. #define CV__SIMD_FORCE_WIDTH 128
  6. #include "opencv2/core/hal/intrin.hpp"
  7. #undef CV__SIMD_FORCE_WIDTH
  8. #if CV_SIMD_WIDTH != 16
  9. #error "Invalid build configuration"
  10. #endif
  11. #endif // CV_CPU_OPTIMIZATION_DECLARATIONS_ONLY
  12. namespace opencv_test { namespace hal { namespace intrin128 {
  13. CV_CPU_OPTIMIZATION_NAMESPACE_BEGIN
  14. #include "test_intrin_utils.hpp"
  15. CV_CPU_OPTIMIZATION_NAMESPACE_END
  16. }}} //namespace