Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support relaxed simd proposal #3282

Open
hydai opened this issue Mar 15, 2024 · 4 comments
Open

feat: support relaxed simd proposal #3282

hydai opened this issue Mar 15, 2024 · 4 comments
Assignees
Labels
c-Relaxed-SIMD enhancement New feature or request

Comments

@hydai
Copy link
Member

hydai commented Mar 15, 2024

Summary

The relaxed SIMD proposal is now in Phase 4. We should consider to implement it.

Ref: https://github.com/WebAssembly/relaxed-simd

Details

Implement the whole spec of the relaxed SIMD proposal, including the interpreter, AOT, and JIT.

Appendix

No response

@hydai hydai added enhancement New feature or request c-Relaxed-SIMD labels Mar 15, 2024
@hydai
Copy link
Member Author

hydai commented Mar 15, 2024

@LFsWang Would you like to do this?

@LFsWang
Copy link
Contributor

LFsWang commented Mar 15, 2024

ok

@q82419
Copy link
Collaborator

q82419 commented Mar 21, 2024

Comment:

according to the binary format of instruction OpCodes, relaxed-simd instructions need 3-byte length of OpCode: 0xFD, 0x01, 0x00 to 0x2F.

As the current WasmEdge structure, we only supports 2-byte OpCode. Refactoring before implement this proposal is necessary.

@q82419
Copy link
Collaborator

q82419 commented Apr 30, 2024

Comment:

according to the binary format of instruction OpCodes, relaxed-simd instructions need 3-byte length of OpCode: 0xFD, 0x01, 0x00 to 0x2F.

As the current WasmEdge structure, we only supports 2-byte OpCode. Refactoring before implement this proposal is necessary.

Comment: This fixed in #3320 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-Relaxed-SIMD enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants