1. 07 Jul, 2017 1 commit
  2. 25 May, 2017 1 commit
  3. 06 Apr, 2017 1 commit
  4. 21 Feb, 2017 1 commit
  5. 14 Dec, 2016 1 commit
  6. 29 Nov, 2016 1 commit
  7. 30 Aug, 2016 1 commit
    • Tomoaki Teshima's avatar
      add 64F intrinsic in HAL NEON · 7fef96be
      Tomoaki Teshima authored
        * use universal intrinsic for accumulate series using float/double
        * accumulate, accumulateSquare, accumulateProduct and accumulateWeighted
        * add v_cvt_f64_high in both SSE/NEON
        * add test for conversion v_cvt_f64_high in test_intrin.cpp
        * improve some existing universal intrinsic by using new instructions in Aarch64
        * add workaround for Android build in intrin_neon.hpp
      7fef96be
  8. 19 Aug, 2016 1 commit
  9. 15 Aug, 2016 1 commit
  10. 10 Aug, 2016 1 commit
  11. 14 Jul, 2016 1 commit
  12. 20 Oct, 2015 1 commit
  13. 18 Jun, 2015 1 commit
    • Dmitry Budnikov's avatar
      ipp_countNonZero build fix; · a5a21019
      Dmitry Budnikov authored
      Removed IPP port for tiny arithm.cpp functions
      
      Additional warnings fix on various platforms.
      
      Build without OPENCL and GCC warnings fixed
      
      Fixed warnings, trailing spaces and removed unused secure_cpy.
      
      IPP code refactored.
      
      IPP code path  implemented as separate static functions to simplify future work with IPP code and make it more readable.
      a5a21019
  14. 12 Jan, 2015 1 commit
  15. 15 Oct, 2014 1 commit
    • Pavel Vlasov's avatar
      Implementation detector and selector for IPP and OpenCL; · 45958eaa
      Pavel Vlasov authored
      IPP can be switched on and off on runtime;
      
      Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS;
      
      TS modifications for implementations control;
      45958eaa
  16. 10 Oct, 2014 1 commit
  17. 30 Sep, 2014 1 commit
  18. 25 Aug, 2014 2 commits
  19. 13 Aug, 2014 1 commit
    • Adil Ibragimov's avatar
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov authored
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  20. 05 Aug, 2014 1 commit
  21. 29 Apr, 2014 1 commit
  22. 22 Apr, 2014 1 commit
  23. 21 Apr, 2014 2 commits
  24. 17 Apr, 2014 1 commit
  25. 09 Apr, 2014 1 commit
  26. 08 Apr, 2014 4 commits
  27. 25 Feb, 2014 1 commit
  28. 29 Jan, 2014 1 commit
  29. 17 Oct, 2012 2 commits
  30. 18 May, 2012 2 commits
  31. 21 Feb, 2012 1 commit
  32. 14 Jul, 2011 1 commit
  33. 14 Jun, 2011 1 commit