SPECS: edje.spec - from rephorns blog: "In other E news, raster ...
sparky
sparky at pld-linux.org
Thu Jul 6 16:33:14 CEST 2006
Author: sparky Date: Thu Jul 6 14:33:14 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- from rephorns blog:
"In other E news, raster let me know of a workaround for the jitteriness
we've all been seeing in edje animation on amd64 processors. Just recompile
edje with -mfpmath=387 in your CFLAGS. There is some sort of rounding issue
with the default (sse) floating point math that is used on amd64's."
---- Files affected:
SPECS:
edje.spec (1.23 -> 1.24)
---- Diffs:
================================================================
Index: SPECS/edje.spec
diff -u SPECS/edje.spec:1.23 SPECS/edje.spec:1.24
--- SPECS/edje.spec:1.23 Thu Jul 6 04:10:32 2006
+++ SPECS/edje.spec Thu Jul 6 16:33:08 2006
@@ -25,6 +25,8 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%undefine __cxx
+%define specflags_x86_64 -mfpmath=387
+%define specflags_amd64 -mfpmath=387
%description
Edje is a complex graphical design and layout engine. It provides a
@@ -156,6 +158,13 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.24 2006/07/06 14:33:08 sparky
+- from rephorns blog:
+ "In other E news, raster let me know of a workaround for the jitteriness
+ we've all been seeing in edje animation on amd64 processors. Just recompile
+ edje with -mfpmath=387 in your CFLAGS. There is some sort of rounding issue
+ with the default (sse) floating point math that is used on amd64's."
+
Revision 1.23 2006/07/06 02:10:32 sparky
- up to 0.5.0.029
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/edje.spec?r1=1.23&r2=1.24&f=u
More information about the pld-cvs-commit
mailing list