]> git.pld-linux.org Git - packages/edje.git/commitdiff
- from rephorns blog:
authorsparky <sparky@pld-linux.org>
Thu, 6 Jul 2006 14:33:08 +0000 (14:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  "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."

Changed files:
    edje.spec -> 1.24

edje.spec

index c66387e5f8f16051ad42e7e1a692b90e50969286..ee1b3cfec458b4b6cd59df019b9fd7ab82be5fae 100644 (file)
--- a/edje.spec
+++ b/edje.spec
@@ -24,6 +24,8 @@ Requires:     fonts-TTF-bitstream-vera
 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
This page took 0.147096 seconds and 4 git commands to generate.