| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 60c4f54a3f2381c807253d4951227c182253b16f..2852aa3852afdf1a2cc4845248804cf7d719b310 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -202,6 +202,7 @@ namespace dart {
|
| V(Float32x4_getY, 1) \
|
| V(Float32x4_getZ, 1) \
|
| V(Float32x4_getW, 1) \
|
| + V(Float32x4_getSignMask, 1) \
|
| V(Float32x4_shuffle, 2) \
|
| V(Float32x4_withZWInXY, 2) \
|
| V(Float32x4_interleaveXY, 2) \
|
| @@ -231,6 +232,7 @@ namespace dart {
|
| V(Uint32x4_setY, 2) \
|
| V(Uint32x4_setZ, 2) \
|
| V(Uint32x4_setW, 2) \
|
| + V(Uint32x4_getSignMask, 1) \
|
| V(Uint32x4_getFlagX, 1) \
|
| V(Uint32x4_getFlagY, 1) \
|
| V(Uint32x4_getFlagZ, 1) \
|
|
|