| Index: src/compiler/machine-operator.h
|
| diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h
|
| index 9da11b39f8442e244f3888c53309329d0faeadf9..b687cad47a92886e994bf0a61909b199c3f5f300 100644
|
| --- a/src/compiler/machine-operator.h
|
| +++ b/src/compiler/machine-operator.h
|
| @@ -214,6 +214,7 @@ class MachineOperatorBuilder final : public ZoneObject {
|
| const Operator* TruncateInt64ToInt32();
|
| const Operator* RoundInt64ToFloat32();
|
| const Operator* RoundInt64ToFloat64();
|
| + const Operator* RoundUint64ToFloat32();
|
| const Operator* RoundUint64ToFloat64();
|
|
|
| // These operators reinterpret the bits of a floating point number as an
|
|
|