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

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
Index: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index e3c30730615fe63e5a0842e67cf1668db87359f6..3b305a27b5b89bd018ecc696181a7c1d2cc4c3a8 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) \

Powered by Google App Engine
This is Rietveld 408576698