|
|
|
|
|
by strangetortoise
1284 days ago
|
|
> My understanding is that most compilers can out-optimise the average developer Do you happen to know where (what source) you got that from? I'm genuinely curious, as to my knowledge, compilers are generally still easily fooled by things that causes them unable to vectorize code or factor out conditional jumps. To give an example here, see Mike Actons' talk below (from about 43:10 onwards) in which he describes the compiler failures. https://youtu.be/rX0ItVEVjHc?t=2590 |
|