diff options
author | lizhengxing <unixhaha@gmail.com> | 2018-02-19 10:59:22 -0800 |
---|---|---|
committer | Ben Smith <binjimin@gmail.com> | 2018-02-19 10:59:22 -0800 |
commit | 68a134ceddb750de7fc2cee29be726c779e4838c (patch) | |
tree | 498ed16e8b39713e47b9bbf8165e6b1297a84440 /src/token.h | |
parent | 7b196f2f743d05f56dfec2b8f005e3f74b8ad2bc (diff) | |
download | wabt-68a134ceddb750de7fc2cee29be726c779e4838c.tar.gz wabt-68a134ceddb750de7fc2cee29be726c779e4838c.tar.bz2 wabt-68a134ceddb750de7fc2cee29be726c779e4838c.zip |
SIMD v128.bitselect instruction implementation. (#759)
Diffstat (limited to 'src/token.h')
-rw-r--r-- | src/token.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/token.h b/src/token.h index 0b407261..e858d6d1 100644 --- a/src/token.h +++ b/src/token.h @@ -121,6 +121,7 @@ enum class TokenType { Throw, Try, Unary, + Ternary, Unreachable, First_Opcode = AtomicLoad, Last_Opcode = Unreachable, |