diff options
| author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-02-25 12:03:46 +0000 |
|---|---|---|
| committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-02-25 12:03:46 +0000 |
| commit | bf2fdcbb2920bd73726d905648848ee58e451095 (patch) | |
| tree | 2f0d612f6d1aa9afa3a77b68659e49bb20613671 /ChangeLog | |
| parent | 58a68b1823c7f6c0f995775034fb2b31e2929c12 (diff) | |
gst/goom/xmmx.c: Use 'emms' instead of 'femms' to not crash on cpus that do not implement this 3dnow specific instruc...
Original commit message from CVS:
* gst/goom/xmmx.c:
Use 'emms' instead of 'femms' to not crash on cpus that do not
implement this 3dnow specific instruction.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-02-25 Stefan Kost <ensonic@users.sf.net> + + * gst/goom/xmmx.c: + Use 'emms' instead of 'femms' to not crash on cpus that do not + implement this 3dnow specific instruction. + 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org> * gst/goom/plugin_info.c: (setOptimizedMethods): |
