Index: src/x64/code-stubs-x64.cc |
=================================================================== |
--- src/x64/code-stubs-x64.cc (revision 12623) |
+++ src/x64/code-stubs-x64.cc (working copy) |
@@ -6144,6 +6144,11 @@ |
} |
+bool CodeStub::CanUseFPRegisters() { |
+ return true; // Always have SSE2 on x64. |
+} |
+ |
+ |
// Takes the input in 3 registers: address_ value_ and object_. A pointer to |
// the value has just been written into the object, now this stub makes sure |
// we keep the GC informed. The word in the object where the value has been |