Index: src/x64/assembler-x64.cc |
diff --git a/src/x64/assembler-x64.cc b/src/x64/assembler-x64.cc |
index e5855d3e3c596e22fbea24447d414a1b8c6a9447..59b027f5beb9a7241d92cdbfc8fd2f806ef5fca7 100644 |
--- a/src/x64/assembler-x64.cc |
+++ b/src/x64/assembler-x64.cc |
@@ -20,8 +20,6 @@ void CpuFeatures::ProbeImpl(bool cross_compile) { |
CHECK(cpu.has_sse2()); // SSE2 support is mandatory. |
CHECK(cpu.has_cmov()); // CMOV support is mandatory. |
- supported_ |= OS::CpuFeaturesImpliedByPlatform(); |
- |
// Only use statically determined features for cross compile (snapshot). |
if (cross_compile) return; |