| Index: src/arm/assembler-arm-inl.h
|
| diff --git a/src/arm/assembler-arm-inl.h b/src/arm/assembler-arm-inl.h
|
| index e0759c3c9ac642856e67bb7bc2dbc6393e0817a0..c99331c0a8bf948d3137f5e200aa3f80d6358b76 100644
|
| --- a/src/arm/assembler-arm-inl.h
|
| +++ b/src/arm/assembler-arm-inl.h
|
| @@ -48,7 +48,7 @@ namespace internal {
|
|
|
| bool CpuFeatures::SupportsCrankshaft() { return true; }
|
|
|
| -bool CpuFeatures::SupportsSimd128() { return true; }
|
| +bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(NEON); }
|
|
|
| int DoubleRegister::NumRegisters() {
|
| return CpuFeatures::IsSupported(VFP32DREGS) ? 32 : 16;
|
|
|