[Pixman] [PATCH 08/11] MIPS: dspr1: Move fast paths implementation from dspr2 to dspr1

2014-03-13 Thread Nemanja Lukic
Some of the optimizations introduced in previous dspr2 commits, similar to previous patch, were not dspr2 specific and utilized dspr1 instructions only. Since Pixman's run-time CPU detection only added dspr2 fast-paths on 74K MIPS cores, these optimizations couldn't be used on cores that don't

[Pixman] [PATCH 08/11] MIPS: DSPr1: Move fast paths implementation from DSPr2 to DSPr1

2013-10-28 Thread Nemanja Lukic
Some of the optimizations introduced in previous DSPr2 commits, similar to previous patch, were not DSPr2 specific and utilized DSPr1 instructions only. Since Pixman's run-time CPU detection only added DSPr2 fast-paths on 74K MIPS cores, these optimizations couldn't be used on cores that don't