[Pixman] [PATCH 4/8] sse2: Don't compile pixman-sse2.c with -mmmx anymore

Søren Sandmann Pedersen sandmann at cs.au.dk
Fri Feb 18 05:02:08 PST 2011


From: Søren Sandmann Pedersen <ssp at redhat.com>

It's not necessary now that the file doesn't use MMX instructions.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5242799..8d96647 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
 
-- 
1.7.3.1



More information about the Pixman mailing list