summaryrefslogtreecommitdiffstats
path: root/libavcodec/aarch64
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2018-01-25 20:53:59 -0600
committerRodger Combs <rodger.combs@gmail.com>2018-01-26 02:42:01 -0600
commit77237504757b97c068796a4e9ef81b9653618616 (patch)
tree90b2a2734fae3c0e4c7e2af89dabf37995e5e6ba /libavcodec/aarch64
parent18e2ac032e9d7258e57ec033962fca665f2a0be5 (diff)
downloadffmpeg-streaming-77237504757b97c068796a4e9ef81b9653618616.zip
ffmpeg-streaming-77237504757b97c068796a4e9ef81b9653618616.tar.gz
lavc/aarch64/sbrdsp_neon: fix build on old binutils
Diffstat (limited to 'libavcodec/aarch64')
-rw-r--r--libavcodec/aarch64/sbrdsp_neon.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aarch64/sbrdsp_neon.S b/libavcodec/aarch64/sbrdsp_neon.S
index d1d79b7..d23717e 100644
--- a/libavcodec/aarch64/sbrdsp_neon.S
+++ b/libavcodec/aarch64/sbrdsp_neon.S
@@ -287,7 +287,7 @@ endfunc
zip1 v4.4S, v4.4S, v4.4S
fmla v6.4S, v1.4S, v3.4S
fmla v2.4S, v5.4S, v4.4S
- fcmeq v7.4S, v3.4S, #0.0
+ fcmeq v7.4S, v3.4S, #0
bif v2.16B, v6.16B, v7.16B
st1 {v2.4S}, [x0], #16
subs x5, x5, #2
OpenPOWER on IntegriCloud