DescriptionARM Skia NEON patches - 12 - S32_Blend
Uncommenting the two prefetches can give a big speedup on A9-based
targets but has a measurable cost on A15-based ones.
Blitrow32: S32_Blend fix and little speed improvement
- the results are now exactly similar to the C code ones
- the speed has improved, especially for small values of count
+-------+-----------+------------+
| count | Cortex-A9 | Cortex-A15 |
+-------+-----------+------------+
| 1 | +30% | +18% |
+-------+-----------+------------+
| 2 | 0 | 0 |
+-------+-----------+------------+
| 4 | - <1% | +14% |
+-------+-----------+------------+
| > 4 | -0.5..+5% | -0.5..+4% |
+-------+-----------+------------+
BUG=
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix the uninitialized variable warnings #Patch Set 3 : Rebase / add changes to ignored-tests.txt #
Messages
Total messages: 11 (0 generated)
|