openh264/codec
Martin Storsjö 86b3a999d5 Use mov.16b instead of mov.8h
According to the arm architecture reference manual, the mov (vector)
instruction can only use the arrangement specifiers '8b' and '16b'.
The apple tools still accept the '8h' form, but it assembles into the
same as '16b'. (When copying a vector register to another, the element
size in the vectors don't matter.)

This fixes building with gnu binutils.
2014-07-08 11:34:44 +03:00
..
api/svc remove unnecessary log output 2014-07-08 15:43:15 +08:00
build add MemoryZero Arm64 code and UT 2014-07-08 12:52:48 +08:00
common Merge pull request #1047 from mstorsjo/cpufeatures-armv8 2014-07-01 14:53:52 +08:00
console modify console for disable delay skip if maxbr==0 2014-07-04 18:44:03 +08:00
decoder Merge pull request #1096 from huili2/early_stop_parse_rec_bug 2014-07-08 12:49:42 +08:00
encoder Use mov.16b instead of mov.8h 2014-07-08 11:34:44 +03:00
processing Remove the executable bit from new assembly source files 2014-07-08 08:46:44 +03:00