[vlc-devel] [PATCH 04/16] Add ARM NEON support

Serg Chernyavskiy glenvt18 at gmail.com
Tue Jul 7 20:52:08 CEST 2015


Sorry, I missed it. BS_SHL8() and BS_SHR8() are not used anymore. They were
used at the time of this commit. I will add a commit that removes them and
these test cases completely if you don't mind. BTW, now testbsopts compiled
with gcc 4.7 works fine.

2015-07-06 19:12 GMT+03:00 Jean-Baptiste Kempf <jb at videolan.org>:

> On 26 Jun, glenvt18 wrote :
> > +  /* there is no neon instruction to shift a whole register */
> > +#ifdef DVBCSA_USE_NEON
> > +  b = BS_VAL(0xaaaaaaaaaaaaaa00LL, 0x5555555555555500LL);
> > +#else
> >    b = BS_VAL(0xaaaaaaaaaaaaaa55LL, 0x5555555555555500LL);
> > +#endif
>
> This and the related ones gives really ugly code.
>
> With my kindest regards,
>
> --
> Jean-Baptiste Kempf
> http://www.jbkempf.com/ - +33 672 704 734
> Sent from my Electronic Device
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20150707/0c99adc4/attachment.html>


More information about the vlc-devel mailing list