]> git.pld-linux.org Git - packages/qt4.git/commitdiff
- fixed per-cpu mmx/sse defines list
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Nov 2010 08:54:08 +0000 (08:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qt4.spec -> 1.275

qt4.spec

index 5315b9afc2c49299be1dff5aa5398334afcc34ad..0c1521000f7cc3ac66e23f6ad3163a18b83e774a 100644 (file)
--- a/qt4.spec
+++ b/qt4.spec
 %bcond_without pch             # disable pch in qmake
 %bcond_without gtk             # don't build GTK theme integration
 %bcond_without system_phonon   # don't build phonon libraries
-%bcond_with    mmx
-%bcond_with    3dnow
+%bcond_with    mmx             # use MMX instructions
+%bcond_with    3dnow           # use 3Dnow instructions
 %bcond_with    sse             # use SSE instructions in gui/painting module
 %bcond_with    sse2            # use SSE2 instructions
-%bcond_with    sse3
-%bcond_with    ssse3
-%bcond_with    sse41
-%bcond_with    sse42
-%bcond_with    avx
+%bcond_with    sse3            # use SSE3 instructions
+%bcond_with    ssse3           # use SSSE3 instructions
+%bcond_with    sse41           # use SSE4.1 instructions
+%bcond_with    sse42           # use SSE4.2 instructions
+%bcond_with    avx             # use AVX instructions (future x86 CPUs only)
 #
 %ifnarch %{ix86} %{x8664} sparc sparcv9 alpha ppc
 %undefine      with_ibase
 %endif
-%ifarch        i686
+%ifarch        athlon
+%define                with_3dnow      1
+%endif
+%ifarch athlon pentium3 pentium4 %{x8664}
 %define                with_mmx        1
 %endif
 %ifarch pentium3 pentium4 %{x8664}
-%define                with_mmx        1
 %define                with_sse        1
 %endif
 %ifarch pentium4 %{x8664}
-%define                with_mmx        1
 %define                with_sse2       1
 %endif
 %ifarch %{x8664}
-%define                with_mmx        1
-%define                with_sse        1
-%define                with_sse2       1
 %define                with_sse3       1
 %define                with_ssse3      1
 %define                with_sse41      1
This page took 0.083684 seconds and 4 git commands to generate.