/
Alx89
/
OpenCV
Обзор
Документация
Войти
/
Alx89
/
OpenCV
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
4.x
modules/core/test/test_intrin_emulator.cpp
16 строк
686 B
Alexander Alekhin
Merge pull request #16236 from alalek:fix_core_simd_emulator
10 янв 2020, 21:31
Не верифицирован
10 янв 2020, 21:31
e180cc0
Код
Авторство
О чём код?
// 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 "test_precomp.hpp" // see "opencv2/core/private/cv_cpu_include_simd_declarations.hpp" //#define CV_CPU_OPTIMIZATION_DECLARATIONS_ONLY #undef CV_FORCE_SIMD128_CPP #define CV_FORCE_SIMD128_CPP 1 #undef CV_CPU_OPTIMIZATION_NAMESPACE_BEGIN #undef CV_CPU_OPTIMIZATION_NAMESPACE_END #define CV_CPU_OPTIMIZATION_NAMESPACE_BEGIN namespace opt_EMULATOR_CPP { #define CV_CPU_OPTIMIZATION_NAMESPACE_END } #include "test_intrin128.simd.hpp" // tests implementation is in test_intrin_utils.hpp