Hacker News new | ask | show | jobs
by lovasoa 2430 days ago
You can see the full compiler output here:

https://rust.godbolt.org/z/FbDqye

1 comments

Thanks. It seems that at least parts of the inner loop have been vectorized. Edit: If Im reading the asm correctly, the second zip has been vectorized, but the first fold was not.