On Sat, Nov 24, 2012 at 1:02 PM, Måns Rullgård <m...@mansr.com> wrote:
> Sean McGovern <gsean...@gmail.com> writes:
>
>> Now with less tabs and better alignment.
>>
>> ---
>>  configure | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/configure b/configure
>> index 6083d21..5fb151e 100755
>> --- a/configure
>> +++ b/configure
>> @@ -2182,6 +2182,7 @@ suncc_flags(){
>>                      prescott|nocona)    echo -xarch=sse3 -xchip=pentium4 ;;
>>                      *-sse3)             echo -xarch=sse3                 ;;
>>                      core2)              echo -xarch=ssse3 -xchip=core2   ;;
>> +                    corei7-avx)       echo -xarch=avx -xchip=sandybridge ;;
>>                      amdfam10|barcelona|bdver*) echo -xarch=sse4_1        ;;
>>                      athlon-4|athlon-[mx]p)    echo -xarch=ssea           ;;
>>                      k8|opteron|athlon64|athlon-fx)
>
> What about plain corei7?
>

http://docs.oracle.com/cd/E24457_01/html/E21990/bjapr.html#gewqf

Apart from Nehalem, it looks like the only other one we don't
represent is Westmere.

A bit selfish I suppose to only include SB, I can do the rest if you
really want.

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

Reply via email to