openh264/codec/common
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 Explicitly add .syntax unified when building for iOS 2014-08-08 14:09:37 +03:00
arm64 Use the correct syntax for the aarch64 ext instructions 2014-07-10 08:53:41 +03:00
inc Add attributes incidating intentional data type aliasing 2014-08-08 11:34:45 +03:00
src Merge pull request #1185 from mstorsjo/android-l-preview 2014-07-18 16:56:22 +08:00
x86 Mark the x86 assembly object files as not requiring an executable stack 2014-07-25 00:56:39 +03:00
generate_version.sh version-generate 2014-07-14 23:39:31 -07:00
targets.mk add arm64 MB COPY code and UT 2014-07-08 14:22:14 +08:00