diff options
author | Marcus Better <marcusb@users.noreply.github.com> | 2022-11-30 16:06:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 21:06:56 +0000 |
commit | 93c534c6d77529b2c828d695a57613291a45b587 (patch) | |
tree | 9dd9f2533c3f9428918d15ad880f4002b912df71 /test/help/wast2json.txt | |
parent | 5a20630f4ea69c1aa215996b4a14e69865fe6de9 (diff) | |
download | wabt-93c534c6d77529b2c828d695a57613291a45b587.tar.gz wabt-93c534c6d77529b2c828d695a57613291a45b587.tar.bz2 wabt-93c534c6d77529b2c828d695a57613291a45b587.zip |
Implement Relaxed SIMD proposal (#1994)
This adds support for the new opcodes from the Relaxed SIMD proposal
(https://github.com/WebAssembly/relaxed-simd) behind the
"--enable-relaxed-simd" flag.
The exception is the f32x4.relaxed_dot_bf16x8_add_f32x4 instruction
which is not yet implemented.
Diffstat (limited to 'test/help/wast2json.txt')
-rw-r--r-- | test/help/wast2json.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/help/wast2json.txt b/test/help/wast2json.txt index 95fa3a3e..d6888fc2 100644 --- a/test/help/wast2json.txt +++ b/test/help/wast2json.txt @@ -33,6 +33,7 @@ options: --enable-memory64 Enable 64-bit memory --enable-multi-memory Enable Multi-memory --enable-extended-const Enable Extended constant expressions + --enable-relaxed-simd Enable Relaxed SIMD --enable-all Enable all features -o, --output=FILE output JSON file -r, --relocatable Create a relocatable wasm binary (suitable for linking with e.g. lld) |