Upstream version 9.38.207.0
[platform/framework/web/crosswalk.git] / src / v8 / src / assembler.h
index a128c09..720b6e5 100644 (file)
@@ -186,6 +186,7 @@ class CpuFeatures : public AllStatic {
   }
 
   static inline bool SupportsCrankshaft();
+  static inline bool SupportsSIMD128InCrankshaft();
 
   static inline unsigned cache_line_size() {
     DCHECK(cache_line_size_ != 0);