[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Bitwise Rotate
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] Bitwise Rotate |
Date: |
Tue, 8 Jan 2008 22:26:54 +0100 |
On 1/8/08, Jeremy Sydik <address@hidden> wrote:
> Is there a (simple) way to left and right rotate or is it better to
> combine arithmetic-shift and bit-set?
>
Currently, there is no rotation support. (I assume you are talking
about numbers, not blobs, right?)
cheers,
felix