Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / v8 / src / mips / assembler-mips-inl.h
index 1cd9361..5ce73d4 100644 (file)
@@ -48,6 +48,7 @@ namespace internal {
 
 
 bool CpuFeatures::SupportsCrankshaft() { return IsSupported(FPU); }
+bool CpuFeatures::SupportsSIMD128InCrankshaft() { return false; }
 
 
 // -----------------------------------------------------------------------------