1. 28 Oct, 2017 1 commit
    • Sayed Adel's avatar
      core: Several improvements to Power/VSX · def444d9
      Sayed Adel authored
      - changed behavior of vec_ctf, vec_ctu, vec_cts
        in gcc and clang to make them compatible with XLC
      - implemented most of missing conversion intrinsics in gcc and clang
      - implemented conversions intrinsics of odd-numbered elements
      - ignored gcc bug warning that caused by -Wunused-but-set-variable in rare cases
      - replaced right shift with algebraic right shift for signed vectors
        to shift in the sign bit.
      - added new universal intrinsics v_matmuladd, v_rotate_left/right
      - avoid using floating multiply-add in RNG
      def444d9
  2. 08 Sep, 2017 1 commit
  3. 25 Jul, 2017 1 commit
  4. 23 May, 2017 1 commit
  5. 03 Nov, 2016 1 commit
  6. 19 Aug, 2016 1 commit
  7. 19 Jul, 2016 1 commit
  8. 16 Jul, 2016 1 commit
  9. 29 Mar, 2016 2 commits
  10. 25 Mar, 2016 1 commit
  11. 02 May, 2015 1 commit
  12. 04 Feb, 2015 1 commit
  13. 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
  14. 16 Dec, 2013 1 commit
  15. 22 Oct, 2013 1 commit
  16. 31 Jul, 2013 1 commit
  17. 10 Apr, 2013 2 commits
  18. 09 Apr, 2013 1 commit
  19. 09 Mar, 2013 1 commit
  20. 25 Feb, 2013 1 commit
  21. 01 Nov, 2012 1 commit
  22. 17 Oct, 2012 2 commits
  23. 30 Apr, 2012 1 commit
  24. 18 Apr, 2012 3 commits
  25. 29 Mar, 2012 1 commit
  26. 18 Jul, 2011 1 commit
  27. 18 Jun, 2011 1 commit
  28. 14 Jun, 2011 1 commit
  29. 06 Jun, 2011 1 commit
  30. 26 Apr, 2011 1 commit
  31. 17 Apr, 2011 1 commit
  32. 10 Dec, 2010 1 commit
  33. 23 Nov, 2010 1 commit
  34. 20 Oct, 2010 1 commit
  35. 12 Oct, 2010 1 commit