[FFmpeg-cvslog] r12487 - trunk/configure

Måns Rullgård mans
Tue Mar 10 00:17:41 CET 2009


Michael Niedermayer <michaelni at gmx.at> writes:

> On Tue, Mar 18, 2008 at 01:32:55PM +0100, diego wrote:
>> Author: diego
>> Date: Tue Mar 18 13:32:55 2008
>> New Revision: 12487
>> 
>> Log:
>> Check for and set HAVE_MMX2, it is used in several places.
>> patch by Alexander Strange, astrange ithinksw com
> [...]
>> @@ -1517,8 +1519,9 @@ EOF
>>      # check wether EBX is available on x86
>>      check_asm ebx_available '"":::"%ebx"'
>>  
>> -    # check whether binutils is new enough to compile SSSE3
>> +    # check whether binutils is new enough to compile SSSE3/MMX2
>>      enabled ssse3 && check_asm ssse3 '"pabsw %xmm0, %xmm0"'
>
>> +    enabled mmx2  && check_asm mmx2  '"movss %xmm0, %xmm0"'
>
> this is not a mmx2 instruction

Can you suggest a good one to test?

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list