Re: FPU precision & signal handlers (bug?)

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 6 Mar 2002 00:06:39 +0000 (GMT)


> > Think about MMX and hopefully it makes sense then.
>
> AFAIR MMX only mucks with tag and status words (and the exponent fields of
> the stack elements), but never depends on or modifies the control word.

Right but you don't want to end up in MMX mode by suprise in a
signal handler in library code. By the same argument you don't want to end
up in a weird maths more.

I don't think its a bug. I think its correct (but seriously underdocumented)
behaviour
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/