Samsung / walrus

WebAssembly Lightweight RUntime
Apache License 2.0
35 stars 10 forks source link

Update missing simd instructions #259

Closed clover2123 closed 3 weeks ago

clover2123 commented 3 weeks ago

3 SIMD ops were omitted. Furthermore, there are several more SIMD instructions not supported in JITC, such as I8X16Abs, I8X16MinS, I8X16MaxS ....

zherczeg commented 3 weeks ago

Are these new instructions? Is there no tests for them?

clover2123 commented 3 weeks ago

@zherczeg No, these instructions were just omitted by mistake. I'm updating the newest spec test based on https://github.com/WebAssembly/spec/tree/main/test/core and this new test suite has tests for these instructions. The following patch will contain these updates.