tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: uep(4)



On Wed, Dec 03, 2008 at 09:37:12PM +0100, Nicolas Jouanne wrote:
> After hesitating a lot, I decided to post a patch a patch for uep(4), in
>  case it can help someone else.

Don't bother micro-optimise by providing _div, just use two operations
directly. On platforms that have a combined div, the compiler will
likely do the same anyway and it is a lot easier to read.

Joerg


Home | Main Index | Thread Index | Old Index