Browse code

Revert "Disable MMX for i686 and pentiumpro"

To avoid being burned at the stake by an angry mob, I am forced to
revert this commit.

Originally committed as revision 24949 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2010/08/27 03:21:00
Showing 1 changed files
... ...
@@ -2105,14 +2105,8 @@ elif enabled x86; then
2105 2105
             cpuflags="-march=$cpu"
2106 2106
             disable cmov
2107 2107
         ;;
2108
-        i686|pentiumpro)
2109
-            cpuflags="-march=$cpu"
2110
-            enable cmov
2111
-            enable fast_cmov
2112
-            disable mmx
2113
-        ;;
2114 2108
         # targets that do support conditional mov (cmov)
2115
-        pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona|atom)
2109
+        i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona|atom)
2116 2110
             cpuflags="-march=$cpu"
2117 2111
             enable cmov
2118 2112
             enable fast_cmov