| Index: src/compiler/x64/instruction-codes-x64.h
|
| diff --git a/src/compiler/x64/instruction-codes-x64.h b/src/compiler/x64/instruction-codes-x64.h
|
| index 4636c7deb6ccad438cffd44b56997edc978bc8fe..348f917d785db953db7c1f2bfac19c4506a02fd5 100644
|
| --- a/src/compiler/x64/instruction-codes-x64.h
|
| +++ b/src/compiler/x64/instruction-codes-x64.h
|
| @@ -101,6 +101,8 @@ namespace compiler {
|
| V(SSEFloat64InsertHighWord32) \
|
| V(SSEFloat64LoadLowWord32) \
|
| V(SSEFloat64SilenceNaN) \
|
| + V(SSECreateInt32x4) \
|
| + V(SSEInt32x4ExtractLane) \
|
| V(AVXFloat32Cmp) \
|
| V(AVXFloat32Add) \
|
| V(AVXFloat32Sub) \
|
|
|