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

Side by Side Diff: src/trusted/validator_mips/cpuid_mips_features.h

Issue 11864002: Move CPU features into its own static library. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Address bsy's comments by not building x86 target when host isn't x86. This is how things are curre… Created 7 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « src/trusted/validator_mips/cpuid_mips.c ('k') | src/trusted/validator_mips/ncvalidate.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /*
2 * Copyright (c) 2012 The Native Client Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7 /*
8 * This file can be included many times to list all the MIPS CPU features.
9 * Simply define the NACL_MIPS_CPU_FEATURE macro to change the behavior.
10 *
11 * TODO(jfb) Add other MIPS CPU features.
12 */
13
14 /* Bogus feature: needed so there's at least one.
15 * Remove when others are added. */
16 NACL_MIPS_CPU_FEATURE(BOGUS)
OLDNEW
« no previous file with comments | « src/trusted/validator_mips/cpuid_mips.c ('k') | src/trusted/validator_mips/ncvalidate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698