Index: src/compiler/x64/instruction-codes-x64.h |
diff --git a/src/compiler/x64/instruction-codes-x64.h b/src/compiler/x64/instruction-codes-x64.h |
index 4636c7deb6ccad438cffd44b56997edc978bc8fe..7ab10974284a5aff23bb7874b93c858002969c42 100644 |
--- a/src/compiler/x64/instruction-codes-x64.h |
+++ b/src/compiler/x64/instruction-codes-x64.h |
@@ -78,7 +78,9 @@ namespace compiler { |
V(SSEFloat64Neg) \ |
V(SSEFloat64Sqrt) \ |
V(SSEFloat64Round) \ |
+ V(SSEFloat32Max) \ |
V(SSEFloat64Max) \ |
+ V(SSEFloat32Min) \ |
V(SSEFloat64Min) \ |
V(SSEFloat64ToFloat32) \ |
V(SSEFloat64ToInt32) \ |