Conditional Move on the PowerPC

Posted by Mark Probst on Stack Overflow See other posts from Stack Overflow or by Mark Probst
Published on 2010-04-30T12:53:26Z Indexed on 2010/04/30 12:57 UTC
Read the original article Hit count: 382

Is there a conditional-move-equivalent on the PowerPC (32 or 64) instruction set? It can obviously be emulated using a conditional branch, but I want something that outperforms that.

© Stack Overflow or respective owner

Related posts about powerpc

Related posts about conditional-move