sse2: Don't compile pixman-sse2.c with -mmmx anymore
authorSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 18 Feb 2011 10:15:50 +0000 (05:15 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 18 Feb 2011 21:03:29 +0000 (16:03 -0500)
It's not necessary now that the file doesn't use MMX instructions.

configure.ac

index 5242799..8d96647 100644 (file)
@@ -326,7 +326,7 @@ if test "x$SSE2_CFLAGS" = "x" ; then
          SSE2_CFLAGS="-xarch=sse2"
       fi
    else
-      SSE2_CFLAGS="-mmmx -msse2 -Winline"
+      SSE2_CFLAGS="-msse2 -Winline"
    fi
 fi