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 50ee8247b..f46f5cbb2 100644 --- a/src/wasm-delegations.h +++ b/src/wasm-delegations.h @@ -40,6 +40,7 @@ DELEGATE(SIMDTernary); DELEGATE(SIMDShift); DELEGATE(SIMDLoad); DELEGATE(SIMDLoadStoreLane); +DELEGATE(Prefetch); DELEGATE(MemoryInit); DELEGATE(DataDrop); DELEGATE(MemoryCopy); |