[x264-devel] [PATCH 4/6] ppc: Provide fallbacks for older architectures
Luca Barbato
lu_zero at gentoo.org
Mon Nov 21 20:22:02 CET 2016
On 21/11/2016 20:05, Henrik Gramner wrote:
> On Tue, Nov 1, 2016 at 11:16 PM, Luca Barbato <lu_zero at gentoo.org> wrote:
>> +#ifndef HAVE_VSX
>
> As BugMaster pointer out on IRC, HAVE_VSX will always be defined (to
> either 0 or 1). I have applied a suggested fix from him which replaces
> the above line with "#if !HAVE_VSX" instead.
>
> Can you verify that this actually works as intended?
Let me rework it a little and send an updated version. The store macro
must be improved.
lu
More information about the x264-devel
mailing list