1. 30 May, 2014 1 commit
  2. 29 May, 2014 3 commits
  3. 28 May, 2014 1 commit
  4. 27 May, 2014 1 commit
  5. 19 May, 2014 1 commit
  6. 04 Apr, 2014 2 commits
  7. 22 Mar, 2014 1 commit
  8. 20 Mar, 2014 11 commits
  9. 13 Mar, 2014 2 commits
  10. 14 Feb, 2014 1 commit
    • Janne Grunau's avatar
      ppc: reduce overreads when loading 8 pixels in altivec dsp functions · 98fdfa99
      Janne Grunau authored
      Altivec can only load naturally aligned vectors. To handle possibly
      unaligned data a second vector is loaded from an offset of the original
      location and the data is recovered through a vector permutation.
      Overreads are minimal if the offset for second load points to the last
      element of data. This is 7 for loading eight 8-bit pixels and overreads
      are reduced from 16 bytes to 8 bytes if the pixels are 64-bit aligned.
      For unaligned pixels the overread is reduced from 23 bytes to 15 bytes
      in the worst case.
      98fdfa99
  11. 09 Feb, 2014 1 commit
  12. 06 Jan, 2014 1 commit
  13. 23 Oct, 2013 1 commit
  14. 23 Sep, 2013 1 commit
  15. 29 Aug, 2013 1 commit
  16. 28 Aug, 2013 3 commits
  17. 16 Aug, 2013 1 commit
  18. 17 Jul, 2013 2 commits
  19. 26 May, 2013 1 commit
  20. 18 May, 2013 1 commit
  21. 02 May, 2013 1 commit
  22. 30 Apr, 2013 2 commits