• Chip Kerchner's avatar
    Merge pull request #15738 from ChipKerchner:bugInt64x2Comparison · 5a6a4940
    Chip Kerchner authored
    Fixing bug with comparison of v_int64x2 or v_uint64x2
    
    * Casting v_uint64x2 to v_float64x2 and comparing does NOT work in all cases.  Rewrite using epi64 instructions - faster too.
    
    * Fix bad merge.
    
    * Fix equal comparsion for non-SSE4.1. Add test cases for v_int64x2 comparisons.
    
    * Try to fix merge conflict.
    
    * Only test v_int64x2 comparisons if CV_SIMD_64F
    
    * Fix compiler warning.
    5a6a4940
test_intrin_utils.hpp 52.8 KB