| Index: runtime/vm/intrinsifier.h
|
| diff --git a/runtime/vm/intrinsifier.h b/runtime/vm/intrinsifier.h
|
| index 2674d82eaba4b57228003228b98dbb0083753706..cc80d3200bdd56abe0f6a9c4f200c38f9defbb3b 100644
|
| --- a/runtime/vm/intrinsifier.h
|
| +++ b/runtime/vm/intrinsifier.h
|
| @@ -119,6 +119,7 @@ namespace dart {
|
| V(_Float32Array, _new, TypedData_Float32Array_new, 1931183334) \
|
| V(_Float64Array, _new, TypedData_Float64Array_new, 2119419798) \
|
| V(_Float32x4Array, _new, TypedData_Float32x4Array_new, 435301615) \
|
| + V(_Uint32x4Array, _new, TypedData_Uint32x4Array_new, 71945244) \
|
| V(_Int8Array, ., TypedData_Int8Array_factory, 810750844) \
|
| V(_Uint8Array, ., TypedData_Uint8Array_factory, 1246070930) \
|
| V(_Uint8ClampedArray, ., TypedData_Uint8ClampedArray_factory, 1882603960) \
|
| @@ -131,6 +132,8 @@ namespace dart {
|
| V(_Float32Array, ., TypedData_Float32Array_factory, 1986018007) \
|
| V(_Float64Array, ., TypedData_Float64Array_factory, 1863852388) \
|
| V(_Float32x4Array, ., TypedData_Float32x4Array_factory, 1144749257) \
|
| + V(_Uint32x4Array, ., TypedData_Uint32x4Array_factory, 966782236) \
|
| +
|
|
|
| // TODO(srdjan): Implement _FixedSizeArrayIterator, get:current and
|
| // _FixedSizeArrayIterator, moveNext.
|
|
|