From 393d3c82859501b39523f3a5b358b025d85ffbb5 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sat, 19 Oct 2013 09:34:54 -0500 Subject: [PATCH] [libpng16] Updated CHANGES comment about enabling ARMv8 code We use -mfpu=neon instead of a configuration flag. --- ANNOUNCE | 3 +-- CHANGES | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 244d75ab6..3d7afd2f6 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -74,8 +74,7 @@ Version 1.6.7beta02 [October 12, 2013] Version 1.6.7beta03 [October 19, 2013] Added ARMv8 support (James Yu ). 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 diff --git a/CHANGES b/CHANGES index 96a7e2f2c..ce26dcf0a 100644 --- a/CHANGES +++ b/CHANGES @@ -4688,8 +4688,7 @@ Version 1.6.7beta02 [October 12, 2013] Version 1.6.7beta03 [October 19, 2013] Added ARMv8 support (James Yu ). 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