Hacker News new | ask | show | jobs
by pornel 1302 days ago
In tight numeric code that benefits from autovectorization.

Bound checks prevent some optimizations, since they're a branch with a significant side effect that the compiler must preserve.