▲ | gf000 5 days ago | |
Then why use C? Take a look at actually perf-sensitive hot loops, and they are predominantly some inline assembly with a bunch of SIMD hacks, which can be 1000x times faster than C... | ||
▲ | otabdeveloper4 4 days ago | parent [-] | |
Unfortunately inline assembly isn't portable even to different revisions of one CPU architecture, much less different ones. |