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

Unified Diff: src/globals.h

Issue 2740123004: MIPS[64]: Support for MSA instructions (Closed)
Patch Set: Created 3 years, 9 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/globals.h
diff --git a/src/globals.h b/src/globals.h
index a90e624ec5c7135e2aff4ec495d1d1ca1c72d177..89712080b72dd91de75b11090d618ba3e2714b5e 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -785,6 +785,7 @@ enum CpuFeature {
MIPSr1,
MIPSr2,
MIPSr6,
+ MIPS_SIMD, // MSA instructions
// ARM64
ALWAYS_ALIGN_CSP,
// PPC
« no previous file with comments | « src/base/cpu.cc ('k') | src/mips/assembler-mips.h » ('j') | src/mips64/assembler-mips64.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698