| Index: src/compiler/raw-machine-assembler.h
|
| diff --git a/src/compiler/raw-machine-assembler.h b/src/compiler/raw-machine-assembler.h
|
| index ea18062de977dc61eb3682606ef464ce9e0d165a..f86f3fc1f62b71bca0e6bdd67d19e1231cf164c6 100644
|
| --- a/src/compiler/raw-machine-assembler.h
|
| +++ b/src/compiler/raw-machine-assembler.h
|
| @@ -464,6 +464,9 @@ class RawMachineAssembler {
|
| Node* RoundInt64ToFloat64(Node* a) {
|
| return AddNode(machine()->RoundInt64ToFloat64(), a);
|
| }
|
| + Node* RoundUint64ToFloat32(Node* a) {
|
| + return AddNode(machine()->RoundUint64ToFloat32(), a);
|
| + }
|
| Node* RoundUint64ToFloat64(Node* a) {
|
| return AddNode(machine()->RoundUint64ToFloat64(), a);
|
| }
|
|
|