diff options
Diffstat (limited to 'src/wasm-delegations.h')
-rw-r--r-- | src/wasm-delegations.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-delegations.h b/src/wasm-delegations.h index fd419f508..5a05a731f 100644 --- a/src/wasm-delegations.h +++ b/src/wasm-delegations.h @@ -40,6 +40,7 @@ DELEGATE(SIMDTernary); DELEGATE(SIMDShift); DELEGATE(SIMDLoad); DELEGATE(SIMDLoadStoreLane); +DELEGATE(SIMDWiden); DELEGATE(Prefetch); DELEGATE(MemoryInit); DELEGATE(DataDrop); |