Index: src/ia32/code-stubs-ia32.cc |
=================================================================== |
--- src/ia32/code-stubs-ia32.cc (revision 12623) |
+++ src/ia32/code-stubs-ia32.cc (working copy) |
@@ -7206,6 +7206,11 @@ |
} |
+bool CodeStub::CanUseFPRegisters() { |
+ return CpuFeatures::IsSupported(SSE2); |
+} |
+ |
+ |
// 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 |