[libpng17] 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:25:15 -06:00
parent e39e182357
commit a072dfee8e
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 */