[libpng15] Rearranged building of ARM NEON optimizations. The ARM specific code

is split out entirely to the arm subdirectory and changes to configure.ac and
Makefile.am to add new stuff are reduced.  Now material code changes,
although for build test purposes, --enable-arm-neon now builds on non-ARM
systems.
Rebuilt Makefile.in, configure, etc., with autoconf-2.69 and automake-1.2.5.
This commit is contained in:
John Bowler
2012-12-14 22:05:08 -06:00
committed by Glenn Randers-Pehrson
parent 9b66cbcf2f
commit 62cfc893e0
17 changed files with 885 additions and 670 deletions

View File

@@ -9,6 +9,7 @@
* and license in png.h
*/
#ifdef __arm__
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits /* mark stack as non-executable */
#endif
@@ -223,3 +224,4 @@ func png_read_filter_row_paeth3_neon, export=1
pop {r4,pc}
endfunc
#endif