From 31252873463fd142a1eabb71b965da04a23a00e2 Mon Sep 17 00:00:00 2001 From: Ng Zhi An Date: Thu, 23 Sep 2021 12:38:06 -0700 Subject: Add feature flag for relaxed-simd (#4183) --- src/wasm-binary.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wasm-binary.h') diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 057a2a981..aea9e56d8 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -422,6 +422,7 @@ extern const char* MultivalueFeature; extern const char* GCFeature; extern const char* Memory64Feature; extern const char* TypedFunctionReferencesFeature; +extern const char* RelaxedSIMDFeature; enum Subsection { NameModule = 0, -- cgit v1.2.3