Re: [FFmpeg-devel] [inline assembly compliance] Issues and patches

2020-10-20 Thread FRÉDÉRIC RECOULES
Dear developers, We sent you on April a list of several compliance issues in FFMPEG inline assembly chunks, and we submitted a bunch of patches to fix them. They pass the fate test and can be found at https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=996. Since the changes only concern the

Re: [FFmpeg-devel] [inline assembly compliance] Issues and patches

2020-04-22 Thread FRÉDÉRIC RECOULES
voyé: Samedi 4 Avril 2020 19:55:13 Objet: Re: [FFmpeg-devel] [inline assembly compliance] Issues and patches > i can retest and find a mininal command line for configure which triggers > this > in case you cannot reproduce it ? Thank you, but it is a known (non) issue of Clang and is

Re: [FFmpeg-devel] [inline assembly compliance] Issues and patches

2020-04-04 Thread FRÉDÉRIC RECOULES
own size" but Clang have chosen to not follow it on this. Also, I have resubmitted the patches and I hope they will be more readable and useful. Regards, Frédéric Recoules De: "Michael Niedermayer" À: "ffmpeg-devel" Envoyé: Samedi 4 Avril 2020 18:55:27 Obj

Re: [FFmpeg-devel] [inline assembly compliance] Issues and patches

2020-04-04 Thread Michael Niedermayer
On Sat, Apr 04, 2020 at 12:28:43PM +0200, FRÉDÉRIC RECOULES wrote: > Thank you for your answers. > > As you have pointed out, these patches are full of unrelated changes that are > not important for safety. > Most of them were never intended to be posted here, the diff we submitted was > the o

Re: [FFmpeg-devel] [inline assembly compliance] Issues and patches

2020-04-04 Thread FRÉDÉRIC RECOULES
n them, but the differences are only instruction swaps A.B.C -> B.A.C. Frédéric Recoules De: "Michael Niedermayer" À: "ffmpeg-devel" Envoyé: Samedi 4 Avril 2020 00:39:13 Objet: Re: [FFmpeg-devel] [inline assembly compliance] Issues and patches On Fri, Apr 03, 2020

Re: [FFmpeg-devel] [inline assembly compliance] Issues and patches

2020-04-03 Thread Michael Niedermayer
On Fri, Apr 03, 2020 at 10:41:58PM +0200, FRÉDÉRIC RECOULES wrote: > Dear developpers, > > > > we are academic researchers working in automated program analysis. > We are currently interested in checking compliance of inline asm chunks > as found in C programs. > > While benchmarking our to

Re: [FFmpeg-devel] [inline assembly compliance] Issues and patches

2020-04-03 Thread Kieran Kunhya
On Fri, 3 Apr 2020 at 22:07, Carl Eugen Hoyos wrote: > Am Fr., 3. Apr. 2020 um 22:42 Uhr schrieb FRÉDÉRIC RECOULES > : > > > we are academic researchers working in automated program analysis. > > We are currently interested in checking compliance of inline asm chunks > > as found in C programs. >

Re: [FFmpeg-devel] [inline assembly compliance] Issues and patches

2020-04-03 Thread Carl Eugen Hoyos
Am Fr., 3. Apr. 2020 um 22:42 Uhr schrieb FRÉDÉRIC RECOULES : > we are academic researchers working in automated program analysis. > We are currently interested in checking compliance of inline asm chunks > as found in C programs. > > While benchmarking our tool and technique, we found a number of