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

Side by Side Diff: src/trusted/platform_qualify/arch/mips/nacl_mips_qualify.h

Issue 10919162: [MIPS] Implementation of sel_ldr for MIPS architecture. (Closed) Base URL: http://src.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 3 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
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2012 The Native Client Authors. All rights reserved. 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 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 #ifndef NATIVE_CLIENT_SRC_TRUSTED_PLATFORM_QUALIFY_ARCH_ARM_NACL_ARM_QUALIFY_H_ 7 #ifndef NATIVE_CLIENT_SRC_TRUSTED_PLATFORM_QUALIFY_ARCH_MIPS_NACL_MIPS_QUALIFY_H _
8 #define NATIVE_CLIENT_SRC_TRUSTED_PLATFORM_QUALIFY_ARCH_ARM_NACL_ARM_QUALIFY_H_ 8 #define NATIVE_CLIENT_SRC_TRUSTED_PLATFORM_QUALIFY_ARCH_MIPS_NACL_MIPS_QUALIFY_H _
9 9
10 #include "native_client/src/include/nacl_base.h" 10 #include "native_client/src/include/nacl_base.h"
11 11
12 EXTERN_C_BEGIN 12 EXTERN_C_BEGIN
13 13
14 /* 14 /*
15 * Returns 1 if the CPU supports the required VFP/vector instruction sets. 15 * Returns 1 if the CPU supports the required FPU instruction set.
16 */ 16 */
17
Mark Seaborn 2012/09/08 02:43:14 Nit: unnecessary extra line added (compared with A
petarj 2012/09/11 16:58:13 File removed for now.
17 int NaClQualifyFpu(void); 18 int NaClQualifyFpu(void);
18 19
19 EXTERN_C_END 20 EXTERN_C_END
20 21
21 #endif 22 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698