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

Unified Diff: runtime/include/dart_api.h

Issue 14018018: Support Float32x4List in the embedding API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « no previous file | runtime/vm/dart_api_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/include/dart_api.h
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
index 2ac024ad2383f7717443b4c4e11cb12166064d6f..4cf07df43bf4b6c149e08200127dc470a1c192b3 100755
--- a/runtime/include/dart_api.h
+++ b/runtime/include/dart_api.h
@@ -1665,6 +1665,7 @@ typedef enum {
kUint64,
kFloat32,
kFloat64,
+ kFloat32x4,
kInvalid
} Dart_TypedData_Type;
« no previous file with comments | « no previous file | runtime/vm/dart_api_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698