| 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 ccf12fbd0a1b53231c3ea762d3186975e095c0cf..a57e272df46933cd0cd1c6a43a806cbba9a37400 100644
|
| --- a/src/compiler/x64/instruction-codes-x64.h
|
| +++ b/src/compiler/x64/instruction-codes-x64.h
|
| @@ -79,6 +79,7 @@ namespace compiler {
|
| V(SSEFloat64ToInt32) \
|
| V(SSEFloat64ToUint32) \
|
| V(SSEFloat64ToInt64) \
|
| + V(SSEFloat64ToUint64) \
|
| V(SSEInt32ToFloat64) \
|
| V(SSEInt64ToFloat32) \
|
| V(SSEInt64ToFloat64) \
|
|
|