Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2480)

Unified Diff: base/cpu_unittest.cc

Issue 6581032: Prevent compiling cpu_unittest on i386 (Take 2).... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698