| Index: src/compiler/ia32/instruction-codes-ia32.h
|
| diff --git a/src/compiler/ia32/instruction-codes-ia32.h b/src/compiler/ia32/instruction-codes-ia32.h
|
| index 2439463bcacf0e890839abe0c6499a35193aae26..2037d94110864f287820ca1266eddda057b72288 100644
|
| --- a/src/compiler/ia32/instruction-codes-ia32.h
|
| +++ b/src/compiler/ia32/instruction-codes-ia32.h
|
| @@ -38,6 +38,7 @@ namespace compiler {
|
| V(SSEFloat32Div) \
|
| V(SSEFloat32Max) \
|
| V(SSEFloat32Min) \
|
| + V(SSEFloat32Neg) \
|
| V(SSEFloat32Sqrt) \
|
| V(SSEFloat64Cmp) \
|
| V(SSEFloat64Add) \
|
| @@ -47,6 +48,7 @@ namespace compiler {
|
| V(SSEFloat64Mod) \
|
| V(SSEFloat64Max) \
|
| V(SSEFloat64Min) \
|
| + V(SSEFloat64Neg) \
|
| V(SSEFloat64Sqrt) \
|
| V(SSEFloat64Round) \
|
| V(SSEFloat32ToFloat64) \
|
|
|