| Index: src/ia32/assembler-ia32-inl.h
|
| diff --git a/src/ia32/assembler-ia32-inl.h b/src/ia32/assembler-ia32-inl.h
|
| index a5d0cff5f90b0ccd3c639fab0684b9105565f382..5225229f202fc734ebe57207a1100747bcdbc10a 100644
|
| --- a/src/ia32/assembler-ia32-inl.h
|
| +++ b/src/ia32/assembler-ia32-inl.h
|
| @@ -48,7 +48,7 @@ namespace internal {
|
|
|
| bool CpuFeatures::SupportsCrankshaft() { return true; }
|
|
|
| -bool CpuFeatures::SupportsSimd128() { return false; }
|
| +bool CpuFeatures::SupportsSimd128() { return true; }
|
|
|
| static const byte kCallOpcode = 0xE8;
|
| static const int kNoCodeAgeSequenceLength = 5;
|
|
|