Index: src/s390/assembler-s390-inl.h |
diff --git a/src/s390/assembler-s390-inl.h b/src/s390/assembler-s390-inl.h |
index c0726af4f220fc5006c2bde8b82ef06a4404347c..0d67b146d2153d8c5af6c2cf1459ab1c5a60f773 100644 |
--- a/src/s390/assembler-s390-inl.h |
+++ b/src/s390/assembler-s390-inl.h |
@@ -47,6 +47,8 @@ namespace internal { |
bool CpuFeatures::SupportsCrankshaft() { return true; } |
+bool CpuFeatures::SupportsSimd128() { return false; } |
+ |
void RelocInfo::apply(intptr_t delta) { |
// Absolute code pointer inside code object moves with the code object. |
if (IsInternalReference(rmode_)) { |