Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index 8a5eee50ba28a88092081a0ec13cbe36e2be292f..343d08904476b1373cabc6a621d71a6c4201544b 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -163,6 +163,10 @@ |
static Callable NewRestParameterElements(Isolate* isolate); |
static Callable AllocateHeapNumber(Isolate* isolate); |
+#define SIMD128_ALLOC(TYPE, Type, type, lane_count, lane_type) \ |
+ static Callable Allocate##Type(Isolate* isolate); |
+ SIMD128_TYPES(SIMD128_ALLOC) |
+#undef SIMD128_ALLOC |
static Callable ArgumentAdaptor(Isolate* isolate); |
static Callable Call(Isolate* isolate, |