summaryrefslogtreecommitdiff
path: root/src/interp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp.h')
-rw-r--r--src/interp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp.h b/src/interp.h
index 3c9e5028..8b969aae 100644
--- a/src/interp.h
+++ b/src/interp.h
@@ -556,6 +556,9 @@ class Thread {
template <typename R, typename T = R>
Result BinopTrap(BinopTrapFunc<R, T> func) WABT_WARN_UNUSED;
+ template <typename T, typename L, typename R, typename P = R>
+ Result SimdBinop(BinopFunc<R, P> func) WABT_WARN_UNUSED;
+
Environment* env_ = nullptr;
std::vector<Value> value_stack_;
std::vector<IstreamOffset> call_stack_;