Chromium Code Reviews| Index: src/assembler.h |
| diff --git a/src/assembler.h b/src/assembler.h |
| index 2fa6f6ce9c9e82a26cb21b1b60b503cd117c5a8b..d98da351bfb14e19c4b57a35fa834b0bedd76c38 100644 |
| --- a/src/assembler.h |
| +++ b/src/assembler.h |
| @@ -225,6 +225,8 @@ class CpuFeatures : public AllStatic { |
| static inline bool SupportsCrankshaft(); |
| + static inline bool SupportsSimd128(); |
| + |
| static inline unsigned icache_line_size() { |
| DCHECK(icache_line_size_ != 0); |
| return icache_line_size_; |