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

Unified Diff: runtime/vm/intrinsifier.h

Issue 10911153: Intrinsify Float32Array_getIndexed on IA32 and X64. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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/intrinsifier_ia32.cc » ('j') | runtime/vm/intrinsifier_ia32.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intrinsifier.h
diff --git a/runtime/vm/intrinsifier.h b/runtime/vm/intrinsifier.h
index 47304999b4d0db8aa93e8addcbb80a527538fc5f..694ed8706a9e2c93ff4babb88e7b15a156654439 100644
--- a/runtime/vm/intrinsifier.h
+++ b/runtime/vm/intrinsifier.h
@@ -82,6 +82,8 @@ namespace dart {
V(_Uint16Array, [], Uint16Array_getIndexed) \
V(_Int32Array, [], Int32Array_getIndexed) \
V(_Uint32Array, [], Uint32Array_getIndexed) \
+ V(_Float32Array, [], Float32Array_getIndexed) \
srdjan 2012/09/09 14:26:51 put \ at 80 chars, like the one above.
Cutch 2012/09/10 14:44:43 Done.
+ V(_Float32Array, []=, Float32Array_setIndexed)
srdjan 2012/09/09 14:26:52 Also terminate with a \
Cutch 2012/09/10 14:44:43 Done.
// Forward declarations.
class Assembler;
« no previous file with comments | « no previous file | runtime/vm/intrinsifier_ia32.cc » ('j') | runtime/vm/intrinsifier_ia32.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698