Re: Rotate Left from C

"Lieven Marchand" <mal@wyrd.be>
20 Oct 2002 22:49:31 -0400

          From comp.compilers

Related articles
Rotate Left from C da5id65536@yahoo.com (David Sexton) (2002-10-18)
Re: Rotate Left from C f91-men@nada.kth.se (Mattias Engdegård) (2002-10-20)
Re: Rotate Left from C mal@wyrd.be (Lieven Marchand) (2002-10-20)
Re: Rotate Left from C torbenm@diku.dk (Torben Ægidius Mogensen) (2002-10-24)
| List of all articles for this month |

From: "Lieven Marchand" <mal@wyrd.be>
Newsgroups: comp.compilers
Date: 20 Oct 2002 22:49:31 -0400
Organization: Only under extreme pressure
References: 02-10-065
Keywords: architecture
Posted-Date: 20 Oct 2002 22:49:31 EDT

"David Sexton" <da5id65536@yahoo.com> writes:


> [How many machines still have rotate instructions? I thought they had
> gone out of fashion. Yes, I know the Pentium does, but its instruction
> set dates from the 1970s. -John]


The PowerPc has them too. Since a lot of encryption algorithms use
integer rotations heavily, they might make a come back. The absence of
rotate instructions in e.g. the Sparc showed up strongly in the
relative efficiency of clients for Sparc and Powerpc of the
distributed.net rc5 challenge.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.