Hacker News new | past | comments | ask | show | jobs | submit login

> IIRC rust needs explicit SIMD due to bounds checking.

Bounds checks can be eliminated and code can be vectorized if the optimizer can prove it; explicit SIMD is useful for the cases where it can't.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: