diff mbox

[FFmpeg-devel] lavc/aarch64/sbrdsp_neon: fix build on old binutils

Message ID 20180126034455.41036-1-rodger.combs@gmail.com
State Accepted
Commit 77237504757b97c068796a4e9ef81b9653618616
Headers show

Commit Message

Rodger Combs Jan. 26, 2018, 3:44 a.m. UTC
---
 libavcodec/aarch64/sbrdsp_neon.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Matthieu Bouron Jan. 26, 2018, 8:42 a.m. UTC | #1
On Thu, Jan 25, 2018 at 09:44:55PM -0600, Rodger Combs wrote:
> ---
>  libavcodec/aarch64/sbrdsp_neon.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/aarch64/sbrdsp_neon.S b/libavcodec/aarch64/sbrdsp_neon.S
> index d1d79b749c..d23717e760 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
> -- 
> 2.15.1

LGTM.
diff mbox

Patch

diff --git a/libavcodec/aarch64/sbrdsp_neon.S b/libavcodec/aarch64/sbrdsp_neon.S
index d1d79b749c..d23717e760 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