[cairo-commit] cairo/pixman ChangeLog,1.117.2.1,1.117.2.2
Billy Biggs
commit at pdx.freedesktop.org
Sun Sep 18 19:55:56 PDT 2005
Committed by: vektor
Update of /cvs/cairo/cairo/pixman
In directory gabe:/tmp/cvs-serv1822
Modified Files:
Tag: BRANCH_1_0
ChangeLog
Log Message:
Bug #4414, reviewed by otaylor, cworth.
* src/fbmmx.c: Remove CPU detection code, only include
xmmintrin.h if USE_SSE is defined.
* src/fbpict.c (detectCPUFeatures), (fbHaveMMX): Move CPU
detection code out of the MMX file and into the generic code to
avoid compiling it with -mmmx and -msse. Using these options
causes gcc to use MMX and SSE instructions in the CPU detection
code which causes SIGILLs on older processors.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/pixman/ChangeLog,v
retrieving revision 1.117.2.1
retrieving revision 1.117.2.2
diff -u -d -r1.117.2.1 -r1.117.2.2
--- ChangeLog 16 Sep 2005 13:43:41 -0000 1.117.2.1
+++ ChangeLog 19 Sep 2005 02:55:54 -0000 1.117.2.2
@@ -1,3 +1,15 @@
+2005-09-18 Billy Biggs <vektor at dumbterm.net>
+
+ Bug #4414, reviewed by otaylor, cworth.
+
+ * src/fbmmx.c: Remove CPU detection code, only include
+ xmmintrin.h if USE_SSE is defined.
+ * src/fbpict.c (detectCPUFeatures), (fbHaveMMX): Move CPU
+ detection code out of the MMX file and into the generic code to
+ avoid compiling it with -mmmx and -msse. Using these options
+ causes gcc to use MMX and SSE instructions in the CPU detection
+ code which causes SIGILLs on older processors.
+
2005-08-28 Owen Taylor <otaylor at redhat.com>
Bug #4260, Reviewed by B. Biggs
More information about the cairo-commit
mailing list