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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 19646005: Add two argument shuffle operations to Float32x4 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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') | sdk/lib/typed_data/typed_data.dart » ('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 aa4ffe818ac6aa07767992ec747ec3d2fa665453..5fa60f53fa17445f787ad97a039d87a2fb10756d 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -196,6 +196,11 @@ namespace dart {
V(Float32x4_getZ, 1) \
V(Float32x4_getW, 1) \
V(Float32x4_shuffle, 2) \
+ V(Float32x4_withZWInXY, 2) \
+ V(Float32x4_interleaveXY, 2) \
+ V(Float32x4_interleaveZW, 2) \
+ V(Float32x4_interleaveXYPairs, 2) \
+ V(Float32x4_interleaveZWPairs, 2) \
V(Float32x4_setX, 2) \
V(Float32x4_setY, 2) \
V(Float32x4_setZ, 2) \
« no previous file with comments | « runtime/lib/typed_data.dart ('k') | sdk/lib/typed_data/typed_data.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698