[libpng17] Rearranged ARM-NEON optimizations to isolate the machine specific

code to the hardware subdirectory, and add comments to pngrutil.c so that
implementors of other optimizations will know what to do.
This commit is contained in:
John Bowler
2012-12-14 23:12:16 -06:00
committed by Glenn Randers-Pehrson
parent eac85878bf
commit 0f2a5bac64
8 changed files with 110 additions and 67 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