[vlc-devel] [PATCH 04/25] cpu: add CPU feature masking

Thomas Guillem thomas at gllm.fr
Tue Apr 14 21:46:45 CEST 2020



On Tue, Apr 14, 2020, at 18:45, Rémi Denis-Courmont wrote:
> Le tiistaina 14. huhtikuuta 2020, 19.23.18 EEST Victorien Le Couviour a écrit 
> :
> > On Tue, Apr 14, 2020 at 5:54 PM Rémi Denis-Courmont <remi at remlab.net> wrote:
> > > Le tiistaina 14. huhtikuuta 2020, 18.42.56 EEST Victorien Le Couviour a
> > > écrit
> > > 
> > > > Hi,
> > > > 
> > > > Doesn't that imply I'd have to write a version per feature I want to
> > > 
> > > test?
> > > 
> > > No but it does imply that you don't kludge the LibVLC run-time to suit
> > > your specific test. Like everybody else who's ever written a test case
> > > here.
> > 
> > I don't see how this can work.
> 
> So you can patch the Makefile to include select C file in your benchmark tool, 
> but you cannot (think to) patch it to have different CFLAGS and a different 
> vlc_CPU() implementation?
> 
> That's what I call taking reviewers for fools, and it really pisses me off.

I found that asking advices to reviewers is very sane personally. I really don't see how Victorien patch set or comments can piss off someone else.


Victorien, what about a common header file in modules that #undef / #define the requesting vlc_CPU. This header could be used by all your tests.

> 
> -- 
> Rémi Denis-Courmont
> Tapiola new town, Uusimaan Republic
> 
> 
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list