diff options
Diffstat (limited to 'src/wasm/wasm.cpp')
-rw-r--r-- | src/wasm/wasm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp index 472902ad5..3db76d86e 100644 --- a/src/wasm/wasm.cpp +++ b/src/wasm/wasm.cpp @@ -826,6 +826,7 @@ void Unary::finalize() { case AbsVecI8x16: case AbsVecI16x8: case AbsVecI32x4: + case PopcntVecI8x16: case NegVecI8x16: case NegVecI16x8: case NegVecI32x4: |