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

Unified Diff: runtime/vm/assembler.h

Issue 1858283002: Initial SIMDBC interpreter. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « runtime/tests/vm/vm.status ('k') | runtime/vm/assembler_dbc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/assembler.h
diff --git a/runtime/vm/assembler.h b/runtime/vm/assembler.h
index 65820fe916f17157282ee8b96758cecf777e8622..ceaadaa671ad78cd4a056956558385ea7ad3ab08 100644
--- a/runtime/vm/assembler.h
+++ b/runtime/vm/assembler.h
@@ -340,6 +340,8 @@ enum RestorePP {
#include "vm/assembler_arm64.h"
#elif defined(TARGET_ARCH_MIPS)
#include "vm/assembler_mips.h"
+#elif defined(TARGET_ARCH_DBC)
+#include "vm/assembler_dbc.h"
#else
#error Unknown architecture.
#endif
« no previous file with comments | « runtime/tests/vm/vm.status ('k') | runtime/vm/assembler_dbc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698