Index: src/compiler/raw-machine-assembler.h |
diff --git a/src/compiler/raw-machine-assembler.h b/src/compiler/raw-machine-assembler.h |
index da458bab98e11924b0cd2a782b67e0b35bd9242e..451dbf4f37f8d4fe6df287ba1eea9efc64917964 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); |
} |