videomixer: Add i387 floating point registers to the clobbered registers list
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 19 Apr 2010 14:43:28 +0000 (16:43 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 19 Apr 2010 14:57:19 +0000 (16:57 +0200)
commit3f88dce350afa87f68fcacecef585885d4b90aa2
tree06efbc628f0336d844f783ffa7a547b9345925db
parenta904edfaf54e215b362bb362ff5377005cc70014
videomixer: Add i387 floating point registers to the clobbered registers list

They are the same as the mm0-mm7 MMX registers and will be overwritten
by the assembly code if gcc doesn't know about the MMX registers.

Note: They're all added to the list of clobbered registers in all cases
and not only when __MMX__ is not defined just to make sure that no other
bugs happen with this code just because some compiler version gets things
wrong.

Fixes bug #614466.
gst/videomixer/blend_mmx.h