[libpng16] Updated CHANGES comment about enabling ARMv8 code

We use -mfpu=neon instead of a configuration flag.
This commit is contained in:
Glenn Randers-Pehrson 2013-10-19 09:34:54 -05:00
parent 9450ffb26d
commit 393d3c8285
2 changed files with 2 additions and 4 deletions

View File

@ -74,8 +74,7 @@ Version 1.6.7beta02 [October 12, 2013]
Version 1.6.7beta03 [October 19, 2013]
Added ARMv8 support (James Yu <james.yu at linaro.org>). Added file
arm/filter_neon_intrinsics.c; enable with configuration flag
PNG_ARM_NEON_INTRINSICS.
arm/filter_neon_intrinsics.c; enable with -mfpu=neon.
Revised pngvalid to generate size images with as many filters as it can
manage, limited by the number of rows.
Cleaned up ARM NEON compilation handling. The tests are now in pngpriv.h

View File

@ -4688,8 +4688,7 @@ Version 1.6.7beta02 [October 12, 2013]
Version 1.6.7beta03 [October 19, 2013]
Added ARMv8 support (James Yu <james.yu at linaro.org>). Added file
arm/filter_neon_intrinsics.c; enable with configuration flag
PNG_ARM_NEON_INTRINSICS.
arm/filter_neon_intrinsics.c; enable with -mfpu=neon.
Revised pngvalid to generate size images with as many filters as it can
manage, limited by the number of rows.
Cleaned up ARM NEON compilation handling. The tests are now in pngpriv.h