[cairo-commit] cairo ChangeLog, 1.1058, 1.1059 configure.in, 1.143,
1.144
Billy Biggs
commit at pdx.freedesktop.org
Sun Sep 18 19:37:46 PDT 2005
Committed by: vektor
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv31978
Modified Files:
ChangeLog configure.in
Log Message:
Bug #4414, reviewed by otaylor, cworth.
* configure.in: Remove -msse from the MMX CFLAGS as it causes
gcc to emit SSE instructions, however the detection code only
checks for processors supporting MMX and does not require SSE.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1058
retrieving revision 1.1059
diff -u -d -r1.1058 -r1.1059
--- ChangeLog 16 Sep 2005 17:49:48 -0000 1.1058
+++ ChangeLog 19 Sep 2005 02:37:44 -0000 1.1059
@@ -1,3 +1,11 @@
+2005-09-18 Billy Biggs <vektor at dumbterm.net>
+
+ Bug #4414, reviewed by otaylor, cworth.
+
+ * configure.in: Remove -msse from the MMX CFLAGS as it causes
+ gcc to emit SSE instructions, however the detection code only
+ checks for processors supporting MMX and does not require SSE.
+
2005-09-16 Carl Worth <cworth at cworth.org>
* src/cairo-path-stroke.c: (_cairo_stroker_start_dash),
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -d -r1.143 -r1.144
--- configure.in 14 Sep 2005 16:07:00 -0000 1.143
+++ configure.in 19 Sep 2005 02:37:44 -0000 1.144
@@ -474,7 +474,7 @@
dnl ===========================================================================
dnl Check for MMX
-MMX_CFLAGS="-mmmx -msse -Winline --param inline-unit-growth=10000 --param large-function-growth=10000"
+MMX_CFLAGS="-mmmx -Winline --param inline-unit-growth=10000 --param large-function-growth=10000"
have_mmx_intrinsics=no
AC_MSG_CHECKING(For MMX/SSE intrinsics in the compiler)
More information about the cairo-commit
mailing list