Re: FP in kernelspace

From: Jan Engelhardt
Date: Sun Jul 30 2006 - 14:17:20 EST


>
> Cannot work on x86-64, even disregarding fp exceptions, because
> kernel_fpu_begin() doesn't save the sse state which is used by fp math.
>
> No?

No. You can - if you want - exclusively use x87 math on x64 (at least for
userspace) and don't care about SSE. Otherwise, GCC having a -mfpmath=387
would be pretty useless.

No?


Jan Engelhardt
--
-
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/