• Ryan Wong's avatar
    Merge pull request #11304 from kinchungwong:issue_11242_intrin_cv34x_nocpp11 · 6f675ae7
    Ryan Wong authored
    * Issue 11242 intrinsics v_extract, v_rotate improvement, branch 3.4, without C++11 (remove type restrictions for SSE2, use PALIGNR on SSSE3, compile to no-op when imm is 0 or nlanes).
    
    * fix whitespace
    
    * Fix #11242 (NEON intrinsics v_rotate...) branch 3.4
    Separate macro expansion OPENCV_HAL_IMPL_NEON_SHIFT_OP for bitwise shifts for integers, from macro expansion OPENCV_HAL_IMPL_NEON_ROTATE for lane rotations. Bitwise shifts do not apply to floats, but lane-rotations can apply to both.
    
    * fix whitespace
    
    * Fix #11242 compile error (VSX intrinsics v_rotate(a)) branch 3.4 no-c++11
    6f675ae7
Name
Last commit
Last update
..
ocl Loading commit data...
test_arithm.cpp Loading commit data...
test_concatenation.cpp Loading commit data...
test_conjugate_gradient.cpp Loading commit data...
test_countnonzero.cpp Loading commit data...
test_downhill_simplex.cpp Loading commit data...
test_ds.cpp Loading commit data...
test_dxt.cpp Loading commit data...
test_eigen.cpp Loading commit data...
test_hal_core.cpp Loading commit data...
test_intrin.cpp Loading commit data...
test_intrin.fp16.cpp Loading commit data...
test_intrin_utils.hpp Loading commit data...
test_io.cpp Loading commit data...
test_ippasync.cpp Loading commit data...
test_lpsolver.cpp Loading commit data...
test_main.cpp Loading commit data...
test_mat.cpp Loading commit data...
test_math.cpp Loading commit data...
test_misc.cpp Loading commit data...
test_operations.cpp Loading commit data...
test_precomp.hpp Loading commit data...
test_ptr.cpp Loading commit data...
test_rand.cpp Loading commit data...
test_rotatedrect.cpp Loading commit data...
test_umat.cpp Loading commit data...
test_utils.cpp Loading commit data...