• 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
..
cuda Loading commit data...
opencl Loading commit data...
perf_abs.cpp Loading commit data...
perf_addWeighted.cpp Loading commit data...
perf_arithm.cpp Loading commit data...
perf_bitwise.cpp Loading commit data...
perf_compare.cpp Loading commit data...
perf_convertTo.cpp Loading commit data...
perf_cvround.cpp Loading commit data...
perf_dft.cpp Loading commit data...
perf_dot.cpp Loading commit data...
perf_inRange.cpp Loading commit data...
perf_io_base64.cpp Loading commit data...
perf_lut.cpp Loading commit data...
perf_main.cpp Loading commit data...
perf_mat.cpp Loading commit data...
perf_math.cpp Loading commit data...
perf_merge.cpp Loading commit data...
perf_minmaxloc.cpp Loading commit data...
perf_norm.cpp Loading commit data...
perf_precomp.hpp Loading commit data...
perf_reduce.cpp Loading commit data...
perf_sort.cpp Loading commit data...
perf_split.cpp Loading commit data...
perf_stat.cpp Loading commit data...
perf_umat.cpp Loading commit data...