-
Notifications
You must be signed in to change notification settings - Fork 50
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
1.4.1 is adding 20kb to wasm binaries size #28
Comments
Take a look at UPD: also by enabling |
Thanks for tagging me in this. I meant to do this a while ago (the author of |
Another thing that makes explicit loop unrolling a bit of a deal with the devil is that LLVM doesn't seem to autovectorise unrolled loop code, only "real" loops. LLVM's autovectorisation isn't perfect but until we get simd on stable it's the best we have. |
fixed in #30 |
compared to 1.4.0
The text was updated successfully, but these errors were encountered: