1. 22 Jan, 2018 1 commit
  2. 14 Dec, 2017 1 commit
    • 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
  3. 20 Nov, 2017 1 commit
    • Tomoaki Teshima's avatar
      Merge pull request #9753 from tomoaki0705:universalMatmul · 3cbe60cc
      Tomoaki Teshima authored
      * add accuracy test and performance check for matmul
        * add performance tests for transform and dotProduct
        * add test Core_TransformLargeTest for 8u version of transform
      
      * remove raw SSE2/NEON implementation from matmul.cpp
        * use universal intrinsic instead of raw intrinsic
        * remove unused templated function
        * add v_matmuladd which multiply 3x3 matrix and add 3x1 vector
        * add v_rotate_left/right in universal intrinsic
        * suppress intrinsic on some function and platform
        * add pure SW implementation of new universal intrinsics
        * add test for new universal intrinsics
      
      * core: prevent memory access after the end of buffer
      
      * fix perf tests
      3cbe60cc
  4. 01 Jul, 2017 1 commit
  5. 27 Apr, 2017 1 commit
  6. 20 Apr, 2017 1 commit
  7. 20 Oct, 2016 4 commits
  8. 01 Sep, 2016 1 commit
  9. 10 Aug, 2016 1 commit
    • MYLS's avatar
      Add JSON support. · 8596e82d
      MYLS authored
      a JSON emitter, a parser, tests and some basic doc.
      8596e82d
  10. 20 Jul, 2016 1 commit
  11. 19 Jul, 2016 5 commits
  12. 31 May, 2016 2 commits
  13. 03 Sep, 2015 1 commit
  14. 17 Aug, 2015 1 commit
  15. 24 Apr, 2015 1 commit
  16. 11 Mar, 2015 1 commit
  17. 12 Jan, 2015 4 commits
  18. 23 Dec, 2014 1 commit
  19. 26 Aug, 2014 1 commit
  20. 12 Aug, 2014 1 commit
  21. 05 Aug, 2014 1 commit
  22. 24 Jul, 2014 2 commits
  23. 22 Jul, 2014 6 commits