Bug 19035 - --enable-sse2 для x86_64
Summary: --enable-sse2 для x86_64
Status: CLOSED FIXED
Alias: None
Product: Branch 5.0
Classification: Distributions
Component: audacious (show other bugs)
Version: unspecified
Hardware: all Linux
: P2 enhancement
Assignee: Vitaly Lipatov
QA Contact: qa-5.0@altlinux.org
URL:
Keywords:
Depends on: 16629
Blocks:
  Show dependency tree
 
Reported: 2009-03-01 19:59 MSK by Zerg
Modified: 2009-03-09 23:45 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zerg 2009-03-01 19:59:11 MSK
На AMD Athlon(tm) XP 1900+ перестает падать с `Недопустимая инструкция`, если собрать с --disable-sse2
Comment 1 Vitaly Lipatov 2009-03-01 23:29:16 MSK
Странно, что это не вписано в багу 16629
Comment 2 Zerg 2009-03-05 23:14:47 MSK
А я сперва прочел changelog от plugins, потом грепнул в них HAVE_SSE2, а там нету :-)

Кстати, неплохо бы завернуть в
%ifnarch x86_64
    --disable-sse2
%endif
Comment 3 Vitaly Lipatov 2009-03-06 08:57:20 MSK
(В ответ на комментарий №2)
> Кстати, неплохо бы завернуть в
> %ifnarch x86_64
>     --disable-sse2
> %endif
Это когда у нас пакеты будут i686?
Comment 4 Sergey V Turchin 2009-03-06 15:13:22 MSK
Нет. Прямо сейчас для x86_64 разрешить sse2.
На x86_64 вроде нет процессоров без sse2
Comment 5 Vitaly Lipatov 2009-03-06 21:52:47 MSK
Отправил в Сизиф с предложенным включением SSE2 на x86_64
    audacious-1.5.1-alt4.src.rpm
    audacious-plugins-1.5.1-alt7.src.rpm
Comment 6 Zerg 2009-03-09 23:45:09 MSK
Спасибо!