arm: check if AS supports .dn
authorJanne Grunau <janne-libav@jannau.net>
Thu, 29 May 2014 12:21:05 +0000 (14:21 +0200)
committerJanne Grunau <janne-libav@jannau.net>
Tue, 3 Jun 2014 12:23:03 +0000 (14:23 +0200)
commit896a5bff64264f4d01ed98eacc97a67260c1e17e
tree97b2aa8e1a230e7fda4a1d9232b12c5500ace3c1
parent68a06b3a639ee21c78532ee4c50c3366bf890ff7
arm: check if AS supports .dn

Move the GNU as check before the arch specific asm checks since the .dn
check requires gas compatible assembler.

Disable the VC-1 motion compensation NEON asm which is the only part
using that directive. The integrated assembler in the upcoming clang 3.5
does not support .dn/.qn without plans to change that. Too much effort
to implement it while it is rarely used.

http://llvm.org/bugs/show_bug.cgi?id=18199.
configure
libavcodec/arm/vc1dsp_init_neon.c
libavcodec/arm/vc1dsp_neon.S