On Sat, Sep 25, 1999 at 10:55:56AM -0500, Herb Savage wrote:
>Here a URL with info on it:
>
>   http://wwwwbs.cs.tu-berlin.de/~jutta/c/duffs-device.html

A side note on the text in that URL: Duff uses `n%8', which a not-so-smart
compiler would actually implement as mod 8. A smarter one might do `&7'
to mask out the lower 3 bits.

/* Steinar */
-- 
Homepage: http://members.xoom.com/sneeze/
_________________________________________________________________
Unsubscribe & list info -- http://www.scruz.net/~luke/signup.htm
Mersenne Prime FAQ      -- http://www.tasam.com/~lrwiman/FAQ-mers

Reply via email to