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

Unified Diff: runtime/vm/cpu.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/vm/constants_dbc.h ('k') | runtime/vm/cpu_dbc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/cpu.h
diff --git a/runtime/vm/cpu.h b/runtime/vm/cpu.h
index 2fffb25d809254666438907e1019924a6c4a9587..3b9348982e097773d760d4435d6a8ebfdf0bf377 100644
--- a/runtime/vm/cpu.h
+++ b/runtime/vm/cpu.h
@@ -33,6 +33,8 @@ class CPU : public AllStatic {
#include "vm/cpu_arm64.h"
#elif defined(TARGET_ARCH_MIPS)
#include "vm/cpu_mips.h"
+#elif defined(TARGET_ARCH_DBC)
+#include "vm/cpu_dbc.h"
#else
#error Unknown architecture.
#endif
« no previous file with comments | « runtime/vm/constants_dbc.h ('k') | runtime/vm/cpu_dbc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698