Re: Linux-asm (was A patch for linux 2.1.127)

Lauri Tischler (lauri.tischler@efore.fi)
Sun, 15 Nov 1998 20:19:58 +0200


Richard B. Johnson wrote:
>
> >
> > #if defined(i386)
> > #include "fasti386.S"
> > #elif defined(i486)
> > #include "fasti486.S"
> > #elif defined(P5)
> > #include "fastP5.S"
> > #elif defined(P6)
> > #include "fastP6.S"
> > else
> > #include "slow.c"
> > #endif
> >
> This might be a bit extreme, but I get your point!

Extreme? No. Definately optimal.
Of cource, if You consider optimal code to be extreme... :)
In this case, maintainability may not be optimal.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/