| Index: src/compiler/machine-operator.h
|
| diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h
|
| index 7c443f44c7ac7e7af3e8e36e7b2b96d74f17e40f..4dd7b9388a05bd8f706f9883a1eff9ca18551691 100644
|
| --- a/src/compiler/machine-operator.h
|
| +++ b/src/compiler/machine-operator.h
|
| @@ -380,6 +380,8 @@ class MachineOperatorBuilder final : public ZoneObject {
|
|
|
| // Floating point exponential functions (double-precision).
|
| const Operator* Float64Exp();
|
| + const Operator* Float64Expm1();
|
| + const Operator* Float64Pow();
|
|
|
| // Floating point logarithm (double-precision).
|
| const Operator* Float64Log();
|
| @@ -387,8 +389,8 @@ class MachineOperatorBuilder final : public ZoneObject {
|
| const Operator* Float64Log2();
|
| const Operator* Float64Log10();
|
|
|
| + // Floating point cube root (double-precision).
|
| const Operator* Float64Cbrt();
|
| - const Operator* Float64Expm1();
|
|
|
| // Floating point bit representation.
|
| const Operator* Float64ExtractLowWord32();
|
|
|