Re: i686 quirk for AMD Geode

From: Gabor Gombas
Date: Sat Oct 03 2009 - 18:33:48 EST


On Sun, Oct 04, 2009 at 12:04:03AM +0200, Matteo Croce wrote:

> yes cmov and i686 are unrelated but some distros (Debian & co.)
> compiles libraries for two archs:
> i486 and i686-cmov so only i686 machines does benefit from cmov.
> This is why I cared about having an i686 aware userspace but it seems
> that for a missing instruction I can't do that

You could emulate the missing instruction. As long as it is not really
used, the performance cost of the emulation should not matter. Of course
if userspace starts to use long NOPs extensively then it becomes a
problem.

Gabor

--
---------------------------------------------------------
MTA SZTAKI Computer and Automation Research Institute
Hungarian Academy of Sciences
---------------------------------------------------------
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/