Chromium Code Reviews| Index: base/cpu_unittest.cc |
| =================================================================== |
| --- base/cpu_unittest.cc (revision 75871) |
| +++ base/cpu_unittest.cc (working copy) |
| @@ -51,7 +51,7 @@ |
| // Execute an SSE 4.2 instruction. |
| __asm crc32 eax, eax; |
| } |
| -#elif defined(OS_POSIX) || defined(__x86_64__) |
| +#elif defined(OS_POSIX) && defined(__x86_64__) |
| ASSERT_TRUE(cpu.has_mmx()); |
| // Execute an MMX instruction. |