Index: src/compiler/mips64/instruction-selector-mips64.cc |
diff --git a/src/compiler/mips64/instruction-selector-mips64.cc b/src/compiler/mips64/instruction-selector-mips64.cc |
index 83913419cd997743ea7dc7fad6fc3a3ef1ff6d3d..7fa4745bd47a99fae1dfe1d3f0b67f6682d3f3a4 100644 |
--- a/src/compiler/mips64/instruction-selector-mips64.cc |
+++ b/src/compiler/mips64/instruction-selector-mips64.cc |
@@ -627,6 +627,11 @@ void InstructionSelector::VisitRoundInt64ToFloat64(Node* node) { |
} |
+void InstructionSelector::VisitRoundUint64ToFloat32(Node* node) { |
+ UNIMPLEMENTED(); |
+} |
+ |
+ |
void InstructionSelector::VisitRoundUint64ToFloat64(Node* node) { |
UNIMPLEMENTED(); |
} |