Re: SSE register return with SSE disabled on AMD64

[ Available lists | Index of freebsd-current | Month of Sep 2009 | Week of 20 Sep 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Ryan Stone <rysto32@gmail.com>
Date
20 Sep 2009 01:44:10
Subject
Re: SSE register return with SSE disabled on AMD64
Message-ID
bc2d970909191844l6c61ba18hbdac20edad5be94e@mail.gmail.com

In reply to
References to
Replies
Referenced by

[ Hide this part ]
You must not use SSE or floating point operations in the kernel.  The
state of the floating point and SSE registers is *not* saved upon
entry to the kernel. If the kernel executes SSE or floating point
instructions it will corrupt the state of a userland program.

Ryan Stone

Elapsed time: 0.165 seconds