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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 19564014: Add all 256 shuffle methods 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 5bf8ad1ffd4456fbebd81f92b56047eb118e17a9..ef83acb403edabc0f0cbe53a5e068b536e1fb665 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -195,10 +195,7 @@ namespace dart {
V(Float32x4_getY, 1) \
V(Float32x4_getZ, 1) \
V(Float32x4_getW, 1) \
- V(Float32x4_getXXXX, 1) \
- V(Float32x4_getYYYY, 1) \
- V(Float32x4_getZZZZ, 1) \
- V(Float32x4_getWWWW, 1) \
+ V(Float32x4_shuffle, 2) \
V(Float32x4_setX, 2) \
V(Float32x4_setY, 2) \
V(Float32x4_setZ, 2) \

Powered by Google App Engine
This is Rietveld 408576698