| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index e3c30730615fe63e5a0842e67cf1668db87359f6..3b305a27b5b89bd018ecc696181a7c1d2cc4c3a8 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -196,6 +196,11 @@ namespace dart {
|
| V(Float32x4_getZ, 1) \
|
| V(Float32x4_getW, 1) \
|
| V(Float32x4_shuffle, 2) \
|
| + V(Float32x4_withZwInXy, 2) \
|
| + V(Float32x4_interleaveXy, 2) \
|
| + V(Float32x4_interleaveZw, 2) \
|
| + V(Float32x4_interleaveXyPairs, 2) \
|
| + V(Float32x4_interleaveZwPairs, 2) \
|
| V(Float32x4_setX, 2) \
|
| V(Float32x4_setY, 2) \
|
| V(Float32x4_setZ, 2) \
|
|
|