[cairo-commit] cairo/pixman ChangeLog,1.118,1.119
Billy Biggs
commit at pdx.freedesktop.org
Sun Sep 18 19:34:38 PDT 2005
Committed by: vektor
Update of /cvs/cairo/cairo/pixman
In directory gabe:/tmp/cvs-serv31584
Modified Files:
ChangeLog
Log Message:
Bug #4414, reviewed by otaylor, cworth.
* src/fbmmx.c: Remove CPU detection code.
* 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.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- ChangeLog 12 Sep 2005 12:55:11 -0000 1.118
+++ ChangeLog 19 Sep 2005 02:34:36 -0000 1.119
@@ -1,3 +1,14 @@
+2005-09-15 Billy Biggs <vektor at dumbterm.net>
+
+ Bug #4414, reviewed by otaylor, cworth.
+
+ * src/fbmmx.c: Remove CPU detection code.
+ * 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