Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.h |
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
| index 826222bcd3772c6d67c1fad554ff0627439b2623..a0416970b6ad68656b6e89d8cc56dc45c52680f2 100644 |
| --- a/runtime/vm/bootstrap_natives.h |
| +++ b/runtime/vm/bootstrap_natives.h |
| @@ -186,6 +186,7 @@ namespace dart { |
| V(ByteData_ToEndianFloat64, 2) \ |
| V(Float32x4_fromDoubles, 5) \ |
| V(Float32x4_splat, 2) \ |
| + V(Float32x4_fromUint32x4bits, 2) \ |
|
zra
2013/09/24 00:29:09
B
Cutch
2013/09/24 16:00:05
Done.
|
| V(Float32x4_zero, 1) \ |
| V(Float32x4_add, 2) \ |
| V(Float32x4_negate, 1) \ |
| @@ -221,9 +222,9 @@ namespace dart { |
| V(Float32x4_sqrt, 1) \ |
| V(Float32x4_reciprocal, 1) \ |
| V(Float32x4_reciprocalSqrt, 1) \ |
| - V(Float32x4_toUint32x4, 1) \ |
| V(Uint32x4_fromInts, 5) \ |
| V(Uint32x4_fromBools, 5) \ |
| + V(Uint32x4_fromFloat32x4Bits, 2) \ |
| V(Uint32x4_or, 2) \ |
| V(Uint32x4_and, 2) \ |
| V(Uint32x4_xor, 2) \ |
| @@ -247,7 +248,6 @@ namespace dart { |
| V(Uint32x4_setFlagZ, 2) \ |
| V(Uint32x4_setFlagW, 2) \ |
| V(Uint32x4_select, 3) \ |
| - V(Uint32x4_toFloat32x4, 1) \ |
| V(isolate_getPortInternal, 0) \ |
| V(isolate_spawnFunction, 2) \ |
| V(isolate_spawnUri, 1) \ |