arm: Consistently use unified syntax for asm
authorMartin Storsjo <martin@martin.st>
Sat, 28 Jul 2018 05:02:27 +0000 (08:02 +0300)
committerMartin Storsjo <martin@martin.st>
Sat, 28 Jul 2018 08:56:49 +0000 (11:56 +0300)
commit510ae7b5a5560d4aed2872743bfc54c9190c5c3a
tree593f937ebce6a4cfa86a86d43da8a346003ece1b
parent2d79df49408873dd62a1b26cf8ed0e067c26dc6d
arm: Consistently use unified syntax for asm

The ".syntax unified" directives in a few source files aren't valid
ADS assembly directives, and they break compilation for windows,
since ads2armasm_ms.pl doesn't handle them.

Explicity add them via ads2gas.pl and ads2gas_apple.pl instead,
and tweak one instruction to be valid unified syntax.

Change-Id: I37f1709f163d11474597161fe02eb433859cb9b8
build/make/ads2gas.pl
build/make/ads2gas_apple.pl
vpx_dsp/arm/loopfilter_8_neon.asm
vpx_dsp/arm/vpx_convolve8_avg_vert_filter_type1_neon.asm
vpx_dsp/arm/vpx_convolve8_avg_vert_filter_type2_neon.asm
vpx_dsp/arm/vpx_convolve8_vert_filter_type1_neon.asm
vpx_dsp/arm/vpx_convolve8_vert_filter_type2_neon.asm