|
|
|
|
|
by bjourne
1083 days ago
|
|
> Whereas conditional moves cannot execute any subsequent instructions until the correct value is available. That is incorrect. Super-scalar processors have no problem executing subsequent instructions before the cmov writebacks. However, the register cmov writes to can of course not be read before cmov has has passed the execution unit. But that's not different from other arithmetic instructions. |
|