| Index: src/ia32/assembler-ia32.cc
|
| diff --git a/src/ia32/assembler-ia32.cc b/src/ia32/assembler-ia32.cc
|
| index bc17b25c3420bf1e55489c333f9bce47e43e169b..75cb6ed7c4cba1c034dfc79c7fb7aa650bb629c4 100644
|
| --- a/src/ia32/assembler-ia32.cc
|
| +++ b/src/ia32/assembler-ia32.cc
|
| @@ -52,7 +52,6 @@ void CpuFeatures::ProbeImpl(bool cross_compile) {
|
| CPU cpu;
|
| 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;
|
|
|