OSDN Git Service

arm64: replace 'bic' with immediate with 'and' with inverted immediate
authorJanne Grunau <janne-libav@jannau.net>
Thu, 8 Dec 2016 19:40:34 +0000 (20:40 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Wed, 14 Dec 2016 20:53:05 +0000 (21:53 +0100)
commit2425d7329fdccfa9954faba748f3865151354f0c
treea2f8a65087396719b87690ab053d97e33373a755
parent05a603a94e4b3eeefa5e18ae653a848001461e89
arm64: replace 'bic' with immediate with 'and' with inverted immediate

The former is not an official pseudo instruction although gas and llvm's
internal assembler support it. Fixes a build error with xcode 6.2
reported by Memphiz on github.
libavcodec/aarch64/synth_filter_neon.S