| Index: runtime/vm/intrinsifier.h
|
| diff --git a/runtime/vm/intrinsifier.h b/runtime/vm/intrinsifier.h
|
| index bee558e45d413504bb4a651210e472774a3ebd86..06b2c3c8997b1234a799dc6ef6b6cade3eaeba32 100644
|
| --- a/runtime/vm/intrinsifier.h
|
| +++ b/runtime/vm/intrinsifier.h
|
| @@ -119,7 +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(_Int32x4Array, _new, TypedData_Int32x4Array_new, 1734048395) \
|
| V(_Int8Array, ., TypedData_Int8Array_factory, 810750844) \
|
| V(_Uint8Array, ., TypedData_Uint8Array_factory, 1246070930) \
|
| V(_Uint8ClampedArray, ., TypedData_Uint8ClampedArray_factory, 1882603960) \
|
| @@ -132,7 +132,7 @@ 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) \
|
| + V(_Int32x4Array, ., TypedData_Int32x4Array_factory, 1189356537) \
|
|
|
|
|
| // TODO(srdjan): Implement _FixedSizeArrayIterator, get:current and
|
|
|