[libpng17] Fixed ALIGNED_MEMORY support and

Allow run-time ARM NEON checking to be disabled. A new configure option:
--enable-arm-neon=always will stop the run-time checks. New checks
within arm/arm_init.c will cause the code not to be compiled unless
__ARM_NEON__ is set. This should make it fail safe (if someone asks
for it on then the build will fail if it can't be done.)
This commit is contained in:
John Bowler
2013-02-19 09:52:30 -06:00
committed by Glenn Randers-Pehrson
parent 7363babe4f
commit 2799f74489
6 changed files with 48 additions and 20 deletions

View File

@@ -179,6 +179,12 @@ Version 1.7.0beta02 [February 18, 2013]
Version 1.7.0beta03 [February 19, 2013]
Reenabled code to allow zero length PLTE chunks for MNG.
Fixed ALIGNED_MEMORY support.
Allow run-time ARM NEON checking to be disabled. A new configure option:
--enable-arm-neon=always will stop the run-time checks. New checks
within arm/arm_init.c will cause the code not to be compiled unless
__ARM_NEON__ is set. This should make it fail safe (if someone asks
for it on then the build will fail if it can't be done.)
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit