diff --git a/src/x64/stub-cache-x64.cc b/src/x64/stub-cache-x64.cc index 9b8a04acb2..b6f6c5c31c 100644 --- a/src/x64/stub-cache-x64.cc +++ b/src/x64/stub-cache-x64.cc @@ -2245,13 +2245,6 @@ Handle CallStubCompiler::CompileMathFloorCall( // -- ... // -- rsp[(argc + 1) * 4] : receiver // ----------------------------------- - - if (!CpuFeatures::IsSupported(SSE2)) { - return Handle::null(); - } - - CpuFeatureScope use_sse2(masm(), SSE2); - const int argc = arguments().immediate(); // If the object is not a JSObject or we got an unexpected number of