summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorNg Zhi An <zhin@chromium.org>2021-09-23 12:38:06 -0700
committerGitHub <noreply@github.com>2021-09-23 12:38:06 -0700
commit31252873463fd142a1eabb71b965da04a23a00e2 (patch)
tree0fe663c3e5ec0d95a0148e888837b50790e6ac29 /src/tools
parent675295888609a688ee81dc9ad2024169da5aa7ed (diff)
downloadbinaryen-31252873463fd142a1eabb71b965da04a23a00e2.tar.gz
binaryen-31252873463fd142a1eabb71b965da04a23a00e2.tar.bz2
binaryen-31252873463fd142a1eabb71b965da04a23a00e2.zip
Add feature flag for relaxed-simd (#4183)
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tool-options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tool-options.h b/src/tools/tool-options.h
index 0c40721d3..4b589b5b2 100644
--- a/src/tools/tool-options.h
+++ b/src/tools/tool-options.h
@@ -85,6 +85,7 @@ struct ToolOptions : public Options {
.addFeature(FeatureSet::TypedFunctionReferences,
"typed function references")
.addFeature(FeatureSet::GCNNLocals, "GC non-null locals")
+ .addFeature(FeatureSet::RelaxedSIMD, "relaxed SIMD")
.add("--no-validation",
"-n",
"Disables validation, assumes inputs are correct",