Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Having worked in HPC a fair bit I'm not a fan of autovectorization. I prefer the compiled code's performance to be "unsuprising" based on the source and to use vectors etc where I know it's needed. I think in general it's better to have linting that points out performance issues (e.g. lift this outside the loop) rather than have compilers do it automatically and make things less predictable


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

Search: