| Index: src/compiler/machine-operator.h
|
| diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h
|
| index 4dd7b9388a05bd8f706f9883a1eff9ca18551691..4763959ac37d887e84c0d2c985a446da5d8c527a 100644
|
| --- a/src/compiler/machine-operator.h
|
| +++ b/src/compiler/machine-operator.h
|
| @@ -375,8 +375,11 @@ class MachineOperatorBuilder final : public ZoneObject {
|
|
|
| // Floating point trigonometric functions (double-precision).
|
| const Operator* Float64Cos();
|
| + const Operator* Float64Cosh();
|
| const Operator* Float64Sin();
|
| + const Operator* Float64Sinh();
|
| const Operator* Float64Tan();
|
| + const Operator* Float64Tanh();
|
|
|
| // Floating point exponential functions (double-precision).
|
| const Operator* Float64Exp();
|
|
|