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

Investigate enabling simd128 feature #38

Open
sinui0 opened this issue Mar 22, 2024 · 1 comment
Open

Investigate enabling simd128 feature #38

sinui0 opened this issue Mar 22, 2024 · 1 comment

Comments

@sinui0
Copy link
Member

sinui0 commented Mar 22, 2024

"target-feature=+atomics,+bulk-memory,+mutable-globals",

wasm has a simd128 feature which may provide performance benefits. We should give it a shot and benchmark

@heeckhau
Copy link
Member

I tried running the demo with and without +simd128, but I don't see a difference:

run 0 run 1 run 2
current settings 32 26 26
+simd128 32 26 26

(Using this line in the console log !@# request took 26 seconds)

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