| Index: dart/runtime/vm/intrinsifier.h
|
| ===================================================================
|
| --- dart/runtime/vm/intrinsifier.h (revision 29808)
|
| +++ dart/runtime/vm/intrinsifier.h (working copy)
|
| @@ -119,7 +119,7 @@
|
| 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 @@
|
| 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
|
|
|