mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
Merge pull request #16236 from alalek:fix_core_simd_emulator
* core: fix intrin_cpp, allow to build modules with SIMD emulator * core(arithm): fix v_zero initialization * core(simd): 'strict' types for binary/bitwise operations * features2d: avoid aligned load issue in GCC 5.4 with emulated SIMD * core(simd): alignment checks in SIMD emulator
This commit is contained in:
committed by
GitHub
parent
c75d93337e
commit
e180cc050b
@@ -42,6 +42,7 @@
|
||||
//M*/
|
||||
|
||||
#include "precomp.hpp"
|
||||
#undef CV_FORCE_SIMD128_CPP // expected AVX implementation only
|
||||
#include "opencv2/core/hal/intrin.hpp"
|
||||
#include "corner.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user