Hacker News new | ask | show | jobs
by dahfizz 1303 days ago
This is mostly true. The one exception is when bounds checking prevents the compiler from vectorizing your code. Then you may pay up to a 50% penalty for the innocent looking `if`.
1 comments

Sounds like we need auto-vectorized bounds checks