|
|
|
|
|
by mike_hock
988 days ago
|
|
Contemporary compilers definitely do a lot of CPU-agnostic optimizations that ye olde compilers weren't capable of. The only new CPU features that fundamentally change this are vector instructions, and compilers still suck at autovectorization. |
|
This engine very likely is written in hand optimized, clock-exact, asm.