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

Unified Diff: runtime/vm/intrinsifier.h

Issue 12982010: Review changes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merged Created 7 years, 9 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/vm/constants_x64.h ('k') | runtime/vm/intrinsifier_ia32.cc » ('j') | no next file with comments »
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 7f54d4e3a5fa5a79c7f8c84865ec876b6d2b002d..bd8c1bd045bcd818dbb73e3c29e2e3ee5de9a4d8 100644
--- a/runtime/vm/intrinsifier.h
+++ b/runtime/vm/intrinsifier.h
@@ -130,6 +130,7 @@ namespace dart {
V(_Uint64Array, _new, TypedData_Uint64Array_new, 977566635) \
V(_Float32Array, _new, TypedData_Float32Array_new, 1053133615) \
V(_Float64Array, _new, TypedData_Float64Array_new, 936673303) \
+ V(_Float32x4Array, _new, TypedData_Float32x4Array_new, 212088644) \
V(_Int8Array, ., TypedData_Int8Array_factory, 632939448) \
V(_Uint8Array, ., TypedData_Uint8Array_factory, 1942390430) \
V(_Uint8ClampedArray, ., TypedData_Uint8ClampedArray_factory, 1447100174) \
@@ -141,6 +142,7 @@ namespace dart {
V(_Uint64Array, ., TypedData_Uint64Array_factory, 59820857) \
V(_Float32Array, ., TypedData_Float32Array_factory, 1040427868) \
V(_Float64Array, ., TypedData_Float64Array_factory, 969149770) \
+ V(_Float32x4Array, ., TypedData_Float32x4Array_factory, 175242544) \
// TODO(srdjan): Implement _FixedSizeArrayIterator, get:current and
// _FixedSizeArrayIterator, moveNext.
« no previous file with comments | « runtime/vm/constants_x64.h ('k') | runtime/vm/intrinsifier_ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698