| Index: src/compiler/x87/instruction-codes-x87.h
|
| diff --git a/src/compiler/x87/instruction-codes-x87.h b/src/compiler/x87/instruction-codes-x87.h
|
| index ed624d5970bd664c3dd8f74baea86bf0bd833f1d..92c1b7f0e30ad9a5a5930319186bad32a6d983e8 100644
|
| --- a/src/compiler/x87/instruction-codes-x87.h
|
| +++ b/src/compiler/x87/instruction-codes-x87.h
|
| @@ -50,6 +50,7 @@ namespace compiler {
|
| V(X87Float32Mul) \
|
| V(X87Float32Div) \
|
| V(X87Float32Abs) \
|
| + V(X87Float32Neg) \
|
| V(X87Float32Sqrt) \
|
| V(X87Float32Round) \
|
| V(X87LoadFloat64Constant) \
|
| @@ -61,6 +62,7 @@ namespace compiler {
|
| V(X87Float64Max) \
|
| V(X87Float64Min) \
|
| V(X87Float64Abs) \
|
| + V(X87Float64Neg) \
|
| V(X87Int32ToFloat32) \
|
| V(X87Uint32ToFloat32) \
|
| V(X87Int32ToFloat64) \
|
|
|