Re: A few questions about C programming.
From: Douglas A. Gwyn (DAGwyn_at_null.net)
Date: 10/06/04
- Next message: Bill Unruh: "Re: new /dev/random"
- Previous message: Bill Unruh: "Re: new /dev/random"
- In reply to: DEMAINE Benoit-Pierre: "Re: A few questions about C programming."
- Next in thread: Wiktor S.: "Re: A few questions about C programming."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 06 Oct 2004 02:09:38 -0400
DEMAINE Benoit-Pierre wrote:
> No, I was asking about single instruction operation .
Actually you asked about implementing a circular shift
using C. Some compilers will recognize the idiom Paul
suggested and compile it into a single machine
instruction (when the hardware has one), but even if
they compile it into a few instructions what do you
care so long as it performs the right function?
- Next message: Bill Unruh: "Re: new /dev/random"
- Previous message: Bill Unruh: "Re: new /dev/random"
- In reply to: DEMAINE Benoit-Pierre: "Re: A few questions about C programming."
- Next in thread: Wiktor S.: "Re: A few questions about C programming."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
Loading