[libpng16] Added ".align 2" to arm/filter_neon.S to support old GAS assemblers

that don't do alignment correctly.
This commit is contained in:
Glenn Randers-Pehrson
2014-11-29 16:27:27 -06:00
parent 2d24cbdd98
commit ee16fc4a6f
5 changed files with 23 additions and 14 deletions

View File

@@ -130,4 +130,4 @@ png_init_filter_functions_neon(png_structp pp, unsigned int bpp)
}
}
#endif /* PNG_ARM_NEON_OPT > 0 */
#endif /* PNG_READ_SUPPORTED */
#endif /* READ */