From bf2fdcbb2920bd73726d905648848ee58e451095 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 25 Feb 2008 12:03:46 +0000 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 89895f17..2d2017b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-02-25 Stefan Kost + + * 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 * gst/goom/plugin_info.c: (setOptimizedMethods): -- cgit