openh264/codec/common/arm
Martin Storsjö 38d2d64ede Explicitly add .syntax unified when building for iOS
This is the default when building with the clang built-in assembler,
but not if using the external assembler - thus always specify it,
for clarity.

Also use the three-operand for of a sub instruction in BS_NZC_CHECK.
The same is already done in the gnu version of the macro.

This fixes building most of the arm assembly with Apple's external
assembler. While this isn't a necessary goal in itself, there's no
harm in doing this either.
2014-08-08 14:09:37 +03:00
..
arm_arch_common_macro.S Explicitly add .syntax unified when building for iOS 2014-08-08 14:09:37 +03:00
copy_mb_neon.S Convert all tabs to spaces in assembly sources, unify indentation 2014-06-01 01:35:43 +03:00
deblocking_neon.S Explicitly add .syntax unified when building for iOS 2014-08-08 14:09:37 +03:00
expand_picture_neon.S Convert all tabs to spaces in assembly sources, unify indentation 2014-06-01 01:35:43 +03:00
mc_neon.S Convert all tabs to spaces in assembly sources, unify indentation 2014-06-01 01:35:43 +03:00