It seems that the conditional instruction execution in ARM (32-bit only?) predates the P6 CMOV instruction debut. Conditional instruction execution of course speeds up comparison statements in many occasions in our code.
Now, did Intel "copied" the technique from the RISC world and applied it to x86 back then?
IIRC, P6 (Pentium Pro) was the first Out-Of-Order CPU core from Intel. I recall that this architecture was more RISC-like on the inside.
Post a Comment
1 comment:
*snort*. The SPARC had them.
Post a Comment