DescriptionApplying Neon optimization patch to the LIBPNG library.
files/libpng-1.2.44-neon-optimized.patch: adding the patch for Neon optimization
libpng-1.2.44-neon-ebuild.patch: make use of the patch
BUG=N/A
TEST=The Neon optimization is enabled when __ARM_NEON__ is DEFINED in the build.
The Neon optimization uses Neon instructions written in assembly code to optimize
the png_read_filter_row() function LIBPNG library. This results in a range of
20-25% improvement in decoding time for PNG images.
Change-Id: If7882e476bd8e30447ae9a0cc89cefb0de94aceb
Patch Set 1 #
Created: 10 years, 1 month ago
|