DescriptionARM Skia NEON patches - 12 - S32_Blend
Blitrow32: S32_Blend fix and little speed improvement
- the results are now exactly similar as the C code
- 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% |
+-------+-----------+------------+
Signed-off-by: Kévin PETIT <kevin.petit@arm.com>
BUG=skia:
Committed: http://code.google.com/p/skia/source/detail?r=13532
Committed: http://code.google.com/p/skia/source/detail?r=13543
Patch Set 1 #
Total comments: 4
Patch Set 2 : Review comments #Patch Set 3 : Review comments #Patch Set 4 : Rebase #
Total comments: 2
Patch Set 5 : Update email in ignored-tests.txt #Patch Set 6 : Update email in ignored-tests.txt #Patch Set 7 : Fix warnings #Patch Set 8 : Rebase #Messages
Total messages: 22 (0 generated)
|