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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: src/trusted/platform_qualify/arch/mips/nacl_mips_qualify.h
diff --git a/src/trusted/platform_qualify/arch/arm/nacl_arm_qualify.h b/src/trusted/platform_qualify/arch/mips/nacl_mips_qualify.h
similarity index 56%
copy from src/trusted/platform_qualify/arch/arm/nacl_arm_qualify.h
copy to src/trusted/platform_qualify/arch/mips/nacl_mips_qualify.h
index 91fcadfc88d0bbe85d6bb57670edfde7a730c68a..00c38dbdede30c1ef189cc020c9e54f938c4fa44 100644
--- a/src/trusted/platform_qualify/arch/arm/nacl_arm_qualify.h
+++ b/src/trusted/platform_qualify/arch/mips/nacl_mips_qualify.h
@@ -4,16 +4,17 @@
* found in the LICENSE file.
*/
-#ifndef NATIVE_CLIENT_SRC_TRUSTED_PLATFORM_QUALIFY_ARCH_ARM_NACL_ARM_QUALIFY_H_
-#define NATIVE_CLIENT_SRC_TRUSTED_PLATFORM_QUALIFY_ARCH_ARM_NACL_ARM_QUALIFY_H_
+#ifndef NATIVE_CLIENT_SRC_TRUSTED_PLATFORM_QUALIFY_ARCH_MIPS_NACL_MIPS_QUALIFY_H_
+#define NATIVE_CLIENT_SRC_TRUSTED_PLATFORM_QUALIFY_ARCH_MIPS_NACL_MIPS_QUALIFY_H_
#include "native_client/src/include/nacl_base.h"
EXTERN_C_BEGIN
/*
- * Returns 1 if the CPU supports the required VFP/vector instruction sets.
+ * Returns 1 if the CPU supports the required FPU instruction set.
*/
+
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.
int NaClQualifyFpu(void);
EXTERN_C_END

Powered by Google App Engine
This is Rietveld 408576698