[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FP context switching on i386
- Date: Fri, 02 Oct 2009 16:36:16 -0500
- From: strauman at slac.stanford.edu (Till Straumann)
- Subject: FP context switching on i386
I thought the i386 sysv ABI said that FP registers
are not preserved across function calls -- doesn't
this mean that there is no need for saving/restoring
the FP context ? Am I missing something ?
I was thinking about what it takes to support SSE
and I believe it may essentially come for free
since XMM registers seem not to be callee saved
either. Hard to find that information though since
e.g.,
http://www.sco.com/developers/devspecs/abi386-4.pdf
doesn't mention SSE yet.
-- Till