summaryrefslogtreecommitdiff
path: root/man/wast2json.1
diff options
context:
space:
mode:
authorNg Zhi An <zhin@chromium.org>2021-09-20 13:39:34 -0700
committerGitHub <noreply@github.com>2021-09-20 13:39:34 -0700
commit2a67b114e956a5c68c286563ae9b463e1b0a8654 (patch)
treefe106b58af913da2a8e3fe439adbf0c5bdb1da8a /man/wast2json.1
parent6c065379fcc991173fcfd6ed4cfb56cfa98a19d5 (diff)
downloadwabt-2a67b114e956a5c68c286563ae9b463e1b0a8654.tar.gz
wabt-2a67b114e956a5c68c286563ae9b463e1b0a8654.tar.bz2
wabt-2a67b114e956a5c68c286563ae9b463e1b0a8654.zip
SIMD is now phase 5, enable it by default (#1712)
* SIMD is now phase 5, enable it by default * Update test flags, rebase test, and docs
Diffstat (limited to 'man/wast2json.1')
-rw-r--r--man/wast2json.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/wast2json.1 b/man/wast2json.1
index 32f8acc8..e8ea9fd9 100644
--- a/man/wast2json.1
+++ b/man/wast2json.1
@@ -28,8 +28,8 @@ Disable Import/export mutable globals
Enable Saturating float-to-int operators
.It Fl Fl enable-sign-extension
Enable Sign-extension operators
-.It Fl Fl enable-simd
-Enable SIMD support
+.It Fl Fl disable-simd
+Disable SIMD support
.It Fl Fl enable-threads
Enable Threading support
.It Fl Fl enable-multi-value