It's about code optimization and efficiency. Most assembly code these days just relies on compilers for optimization as hand optimizing is extremely time-consuming work.
To add to this, it's also very easy and very likely to write assembly that has zero speedup or even significant slowdown versus what the compiler will write.
It's about code optimization and efficiency. Most assembly code these days just relies on compilers for optimization as hand optimizing is extremely time-consuming work.
To add to this, it's also very easy and very likely to write assembly that has zero speedup or even significant slowdown versus what the compiler will write.