summaryrefslogtreecommitdiff
path: root/man/wasm-interp.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/wasm-interp.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/wasm-interp.1')
-rw-r--r--man/wasm-interp.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/wasm-interp.1 b/man/wasm-interp.1
index eaba8ee8..4ac0aba3 100644
--- a/man/wasm-interp.1
+++ b/man/wasm-interp.1
@@ -26,7 +26,7 @@ Import/export mutable globals
Saturating float-to-int operators
.It Fl Fl enable-sign-extension
Sign-extension operators
-.It Fl Fl enable-simd
+.It Fl Fl disable-simd
SIMD support
.It Fl Fl enable-threads
Threading support