Merge pull request #15925 from alalek:core_test_simd_cpp_emulation
authorAlexander Alekhin <alexander.a.alekhin@gmail.com>
Tue, 19 Nov 2019 18:08:45 +0000 (21:08 +0300)
committerGitHub <noreply@github.com>
Tue, 19 Nov 2019 18:08:45 +0000 (21:08 +0300)
commite07a4880123ac98759f9d96ce1dedc567722602a
tree8bf6c55ebb7660b988797cc28b439d570ef4b959
parent77bf5593e5ef1b2a3916230dbe2f8d13c24c8bd3
Merge pull request #15925 from alalek:core_test_simd_cpp_emulation

core(test): extending tests with SIMD C++ emulation code (intrin_cpp.hpp)

* core(test): test SIMD CPP emulation code (intrin_cpp.hpp)

* core(simd): eliminate build warnings from intrin_cpp.hpp
modules/core/include/opencv2/core/hal/intrin.hpp
modules/core/include/opencv2/core/hal/intrin_cpp.hpp
modules/core/test/test_intrin.cpp
modules/core/test/test_intrin_emulator.cpp [new file with mode: 0644]