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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 23018009: Add add and subtract operations to Uint32x4 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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/lib/typed_data.dart ('k') | runtime/vm/flow_graph_optimizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index 60c4f54a3f2381c807253d4951227c182253b16f..ad0e752e0faa0630682e6aa88a4bba4bd6ecbebf 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -223,6 +223,8 @@ namespace dart {
V(Uint32x4_or, 2) \
V(Uint32x4_and, 2) \
V(Uint32x4_xor, 2) \
+ V(Uint32x4_add, 2) \
+ V(Uint32x4_sub, 2) \
V(Uint32x4_getX, 1) \
V(Uint32x4_getY, 1) \
V(Uint32x4_getZ, 1) \
« no previous file with comments | « runtime/lib/typed_data.dart ('k') | runtime/vm/flow_graph_optimizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698