On 19/05/15 18:00, Diego Biurrun wrote:
> On Tue, May 19, 2015 at 05:38:23PM +0200, Luca Barbato wrote:
>> On 19/05/15 16:53, Diego Biurrun wrote:
>>> On Thu, May 14, 2015 at 01:19:49AM +0200, Luca Barbato wrote:
>>>> --- a/configure
>>>> +++ b/configure
>>>> @@ -3306,19 +3312,28 @@ elif enabled ppc; then
>>>> -        power[3-7]*)
>>>> +        power[3-6]*)
>>>>              cpuflags="-mcpu=$cpu"
>>>> +            disable vsx
>>>> +        ;;
>>>> +        power[7-8]*)
>>>> +            cpuflags="-mcpu=$cpu"
>>>> +            enable ldbrx
>>>>          ;;
>>>
>>> Enabling ldbrx for power7 seems somewhat unrelated.
>>
>> I can splice it out but is sort of related, power7 wasn't really
>> supported beside knowing it exists...
> 
> Please do, it's surprising to see both power7 and power8 support
> being added under the commit title.
> 

I can change the topic to "Add VSX support" to make it more correct.

lu
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to