| Index: src/x64/code-stubs-x64.cc
|
| ===================================================================
|
| --- src/x64/code-stubs-x64.cc (revision 7511)
|
| +++ src/x64/code-stubs-x64.cc (working copy)
|
| @@ -2961,8 +2961,6 @@
|
| times_1,
|
| FixedArray::kHeaderSize));
|
| __ JumpIfSmi(probe, not_found);
|
| - ASSERT(CpuFeatures::IsSupported(SSE2));
|
| - CpuFeatures::Scope fscope(SSE2);
|
| __ movsd(xmm0, FieldOperand(object, HeapNumber::kValueOffset));
|
| __ movsd(xmm1, FieldOperand(probe, HeapNumber::kValueOffset));
|
| __ ucomisd(xmm0, xmm1);
|
|
|