| Index: media/base/yuv_row.h
|
| ===================================================================
|
| --- media/base/yuv_row.h (revision 44337)
|
| +++ media/base/yuv_row.h (working copy)
|
| @@ -79,7 +79,7 @@
|
| #endif
|
|
|
| #if !defined(USE_SSE)
|
| -#if defined(__SSE2__) || defined(_MSC_VER)
|
| +#if defined(__SSE2__) || defined(ARCH_CPU_X86_64) || _M_IX86_FP==2
|
| #define USE_SSE 1
|
| #else
|
| #define USE_SSE 0
|
| @@ -90,6 +90,7 @@
|
| #if USE_MMX && !defined(ARCH_CPU_X86_64)
|
| #if defined(_MSC_VER)
|
| #define EMMS() __asm emms
|
| +#pragma warning(disable: 4799)
|
| #else
|
| #define EMMS() asm("emms")
|
| #endif
|
|
|