[x265] [PATCH] Fix issue while compiling with Clang

Mahesh Pittala mahesh at multicorewareinc.com
Tue Oct 29 11:33:35 UTC 2024


Pushed to the release_4.1 branch

On Tue, Oct 15, 2024 at 4:14 PM Karam Singh <
karam.singh at multicorewareinc.com> wrote:

> From 9a726ebb359532702fe483a0a9f98a09aa0f5551 Mon Sep 17 00:00:00 2001
> From: Mikhail T. <karam.singh at multicorewareinc.com>
> Date: Tue, 15 Oct 2024 13:45:11 +0530
> Subject: [PATCH] Fix issue while compiling with Clang
>
> ---
>  source/common/arm/blockcopy8.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/source/common/arm/blockcopy8.S
> b/source/common/arm/blockcopy8.S
> index 8170160aa..cb4291851 100644
> --- a/source/common/arm/blockcopy8.S
> +++ b/source/common/arm/blockcopy8.S
> @@ -832,7 +832,7 @@ function x265_count_nonzero_32_neon
>
>      vmov.u32        r0, d0[0]
>      uasx            r0, r0, r0
> -    mov             r0, r0, lsr 16
> +    lsr             r0, r0, #16
>      rsb             r0, #1024
>      bx              lr
>  endfunc
> --
> 2.36.0.windows.1
>
> *__________________________*
> *Karam Singh*
> *Ph.D. IIT Guwahati*
> Senior Software (Video Coding) Engineer
> Mobile: +91 8011279030
> Block 9A, 6th floor, DLF Cyber City
> Manapakkam, Chennai 600 089
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20241029/33f325ad/attachment.htm>


More information about the x265-devel mailing list