Index: src/compiler/machine-operator.h |
diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h |
index 211d17d6312102153ceb04d3756410350a102931..1946ed3385148e22c63b3ed5cca6612f15131239 100644 |
--- a/src/compiler/machine-operator.h |
+++ b/src/compiler/machine-operator.h |
@@ -367,6 +367,9 @@ class MachineOperatorBuilder final : public ZoneObject { |
const OptionalOperator Float32Neg(); |
const OptionalOperator Float64Neg(); |
+ // Floating point logarithm (double-precision). |
+ const Operator* Float64Log(); |
+ |
// Floating point bit representation. |
const Operator* Float64ExtractLowWord32(); |
const Operator* Float64ExtractHighWord32(); |