Index: src/compiler/machine-operator.h |
diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h |
index 43cfe3090cda66009eea9cbe7cac5363ae8615ff..a8a07fa695e890f9a7e5e56ded1d433c9018c911 100644 |
--- a/src/compiler/machine-operator.h |
+++ b/src/compiler/machine-operator.h |
@@ -370,6 +370,7 @@ class MachineOperatorBuilder final : public ZoneObject { |
// Floating point logarithm (double-precision). |
const Operator* Float64Log(); |
+ const Operator* Float64Log1p(); |
// Floating point bit representation. |
const Operator* Float64ExtractLowWord32(); |