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

ic-wasm optimize does not support SIMD #62

Closed
zensh opened this issue Jul 14, 2024 · 2 comments
Closed

ic-wasm optimize does not support SIMD #62

zensh opened this issue Jul 14, 2024 · 2 comments

Comments

@zensh
Copy link

zensh commented Jul 14, 2024

I attempted to run ic-wasm xxxxx.wasm -o xxxxx.wasm optimize O3 --inline-functions-with-loops and encountered the following errors:

[wasm-validator error in function 4970] unexpected false: SIMD operations require SIMD [--enable-simd], on 
(v128.store offset=12 align=4
 (local.get $2)
 (v128.load align=4
  (local.get $0)
 )
)
...
@chenyan-dfinity
Copy link
Contributor

It was fixed a few weeks ago: #58. Can you try the latest release?

@zensh
Copy link
Author

zensh commented Jul 16, 2024

It was fixed a few weeks ago: #58. Can you try the latest release?

Yes, it works at v0.8.0.

@zensh zensh closed this as completed Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants