зеркало из https://github.com/mozilla/pjs.git
Bug 506430 followup to fix VC7.1 bustage r=vlad
This commit is contained in:
Родитель
07a21f36b9
Коммит
cad44c1380
|
@ -41,7 +41,7 @@
|
|||
#if defined(__GNUC__) && defined(__i386__) && defined(__APPLE__)
|
||||
#define MAC_SSE2
|
||||
#endif
|
||||
#if defined(XP_WIN32) && defined(_M_IX86) && !defined(__GNUC__)
|
||||
#if defined(XP_WIN32) && defined(_M_IX86) && defined(_MSC_VER) && _MSC_VER >= 1400
|
||||
#define WIN_SSE2
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче