| 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 638e77bfaa533fd1388c1b4375239451cea507b8..29acee3bd9025e7f0eef41b7cfb07a8d1d98b884 100644
|
| --- a/src/compiler/x64/instruction-codes-x64.h
|
| +++ b/src/compiler/x64/instruction-codes-x64.h
|
| @@ -102,6 +102,7 @@ namespace compiler {
|
| V(SSEFloat64InsertLowWord32) \
|
| V(SSEFloat64InsertHighWord32) \
|
| V(SSEFloat64LoadLowWord32) \
|
| + V(SSEFloat64SilenceNaN) \
|
| V(AVXFloat32Cmp) \
|
| V(AVXFloat32Add) \
|
| V(AVXFloat32Sub) \
|
|
|