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

unimplemented symbolic instructions #378

Open
4 tasks
zapashcanon opened this issue Jul 23, 2024 · 2 comments
Open
4 tasks

unimplemented symbolic instructions #378

zapashcanon opened this issue Jul 23, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@zapashcanon
Copy link
Member

  • memory.fill
  • memory.blit
  • i32.popcnt, i64.popcnt
  • trunc_sat_f{32,64}_{s,u}
@zapashcanon zapashcanon added the bug Something isn't working label Jul 23, 2024
@zapashcanon
Copy link
Member Author

@filipeom, do you know how hard it'll be to have the popcnt and trunc_sat in smtml ?

Also, do you think we can get memory.blit and memory.fill at some point (with the new memory model) ?

@filipeom
Copy link
Collaborator

For popcnt I can add some dumb function to calculate it now.

For memory.blit and memory.fill these should work well with the new memory model 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants