Re: [FFmpeg-devel] [PATCH] avcodec/x86/mathops: use constrained immediate operands

2023-07-16 Thread Rémi Denis-Courmont
Le sunnuntaina 16. heinäkuuta 2023, 14.55.43 EEST James Almer a écrit : > On 7/16/2023 6:23 AM, Rémi Denis-Courmont wrote: > > Le sunnuntaina 16. heinäkuuta 2023, 2.58.32 EEST James Almer a écrit : > >> Should fix assembling with binutil as >= 2.41 > >> > >> Signed-off-by: James Almer > >> --- >

Re: [FFmpeg-devel] [PATCH] avcodec/x86/mathops: use constrained immediate operands

2023-07-16 Thread James Almer
On 7/16/2023 6:23 AM, Rémi Denis-Courmont wrote: Le sunnuntaina 16. heinäkuuta 2023, 2.58.32 EEST James Almer a écrit : Should fix assembling with binutil as >= 2.41 Signed-off-by: James Almer --- This is IMO a big breakage. binutil's as has until now clipped these values on its own, and never

Re: [FFmpeg-devel] [PATCH] avcodec/x86/mathops: use constrained immediate operands

2023-07-16 Thread Nicolas George
James Almer (12023-07-15): > Should fix assembling with binutil as >= 2.41 > > Signed-off-by: James Almer > --- > This is IMO a big breakage. binutil's as has until now clipped these values on > its own, and never required the compiler to do it. I confirm it fixes the build failures on up-to-dat

Re: [FFmpeg-devel] [PATCH] avcodec/x86/mathops: use constrained immediate operands

2023-07-16 Thread Rémi Denis-Courmont
Le sunnuntaina 16. heinäkuuta 2023, 2.58.32 EEST James Almer a écrit : > Should fix assembling with binutil as >= 2.41 > > Signed-off-by: James Almer > --- > This is IMO a big breakage. binutil's as has until now clipped these values > on its own, and never required the compiler to do it. TBH, s

[FFmpeg-devel] [PATCH] avcodec/x86/mathops: use constrained immediate operands

2023-07-15 Thread James Almer
Should fix assembling with binutil as >= 2.41 Signed-off-by: James Almer --- This is IMO a big breakage. binutil's as has until now clipped these values on its own, and never required the compiler to do it. libavcodec/x86/mathops.h | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) d