• Tomoaki Teshima's avatar
    core: remove raw SSE2/NEON implementation from convert.cpp (#9831) · ca1a0a11
    Tomoaki Teshima authored
    * remove raw SSE2/NEON implementation from convert.cpp
      * remove raw implementation from Cvt_SIMD
      * remove raw implementation from cvtScale_SIMD
      * remove raw implementation from cvtScaleAbs_SIMD
      * remove duplicated implementation cvt_<float, short>
      * remove duplicated implementation cvtScale_<short, short, float>
      * add "from double" version of Cvt_SIMD
      * modify the condition of test ConvertScaleAbs
    
    * Update convert.cpp
    
    fixed crash in cvtScaleAbs(8s=>8u)
    
    * fixed compile error on Win32
    
    * fixed several test failures because of accuracy loss in cvtScale(int=>int)
    
    * fixed NEON implementation of v_cvt_f64(int=>double) intrinsic
    
    * another attempt to fix test failures
    
    * keep trying to fix the test failures and just introduced compile warnings
    
    * fixed one remaining test (subtractScalar)
    ca1a0a11
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...