Chromium Code Reviews| Index: src/compiler/simd-scalar-lowering.h |
| diff --git a/src/compiler/simd-scalar-lowering.h b/src/compiler/simd-scalar-lowering.h |
| index 383b702f469a946eb2c3942eb64be42165cca11f..09c78dc983e3418b947d40a3d2a61bf7c8bb8f67 100644 |
| --- a/src/compiler/simd-scalar-lowering.h |
| +++ b/src/compiler/simd-scalar-lowering.h |
| @@ -32,8 +32,10 @@ class SimdScalarLowering { |
| kFloat32x4, |
| kInt32x4, |
| kInt16x8, |
| + kInt8x16, |
| kSimd1x4, |
| - kSimd1x8 |
| + kSimd1x8, |
| + kSimd1x16 |
| }; |
| #if defined(V8_TARGET_BIG_ENDIAN) |