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

Side by Side Diff: src/base/cpu.cc

Issue 1371083003: [presubmit] Enable readability/namespace linter checking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased. Created 5 years, 2 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 unified diff | Download patch
« no previous file with comments | « src/base/cpu.h ('k') | src/base/lazy-instance.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 the V8 project authors. All rights reserved. 1 // Copyright 2013 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "src/base/cpu.h" 5 #include "src/base/cpu.h"
6 6
7 #if V8_LIBC_MSVCRT 7 #if V8_LIBC_MSVCRT
8 #include <intrin.h> // __cpuid() 8 #include <intrin.h> // __cpuid()
9 #endif 9 #endif
10 #if V8_OS_LINUX 10 #if V8_OS_LINUX
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 break; 684 break;
685 case POWER_5: 685 case POWER_5:
686 part_ = PPC_POWER5; 686 part_ = PPC_POWER5;
687 break; 687 break;
688 } 688 }
689 #endif // V8_OS_AIX 689 #endif // V8_OS_AIX
690 #endif // !USE_SIMULATOR 690 #endif // !USE_SIMULATOR
691 #endif // V8_HOST_ARCH_PPC 691 #endif // V8_HOST_ARCH_PPC
692 } 692 }
693 693
694 } } // namespace v8::base 694 } // namespace base
695 } // namespace v8
OLDNEW
« no previous file with comments | « src/base/cpu.h ('k') | src/base/lazy-instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698