| 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 da6a340801dce1c41eaf7f1276cb2ece0034d579..8e8e7652c31bafbed69229704ec98900e90bea26 100644
|
| --- a/src/compiler/x64/instruction-codes-x64.h
|
| +++ b/src/compiler/x64/instruction-codes-x64.h
|
| @@ -81,6 +81,7 @@ namespace compiler {
|
| V(SSEFloat64ToUint32) \
|
| V(SSEFloat32ToInt64) \
|
| V(SSEFloat64ToInt64) \
|
| + V(SSEFloat32ToUint64) \
|
| V(SSEFloat64ToUint64) \
|
| V(SSEInt32ToFloat64) \
|
| V(SSEInt64ToFloat32) \
|
|
|