packages: qt4/qt4.spec - verified sse3+ conditions (no sse3 in original Opt...

qboosh qboosh at pld-linux.org
Thu Nov 11 11:35:48 CET 2010


Author: qboosh                       Date: Thu Nov 11 10:35:48 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- verified sse3+ conditions (no sse3 in original Opterons)

---- Files affected:
packages/qt4:
   qt4.spec (1.275 -> 1.276) 

---- Diffs:

================================================================
Index: packages/qt4/qt4.spec
diff -u packages/qt4/qt4.spec:1.275 packages/qt4/qt4.spec:1.276
--- packages/qt4/qt4.spec:1.275	Thu Nov 11 09:54:08 2010
+++ packages/qt4/qt4.spec	Thu Nov 11 11:35:43 2010
@@ -35,11 +35,11 @@
 %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		# 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)
+%bcond_with	sse3		# use SSE3 instructions (since: Intel middle Pentium4, AMD Athlon64)
+%bcond_with	ssse3		# use SSSE3 instructions (Intel since Core2, Via Nano)
+%bcond_with	sse41		# use SSE4.1 instructions (Intel since middle Core2)
+%bcond_with	sse42		# use SSE4.2 instructions (the same)
+%bcond_with	avx		# use AVX instructions (future Intel x86 CPUs only)
 #
 %ifnarch %{ix86} %{x8664} sparc sparcv9 alpha ppc
 %undefine	with_ibase
@@ -56,12 +56,6 @@
 %ifarch pentium4 %{x8664}
 %define		with_sse2	1
 %endif
-%ifarch %{x8664}
-%define		with_sse3	1
-%define		with_ssse3	1
-%define		with_sse41	1
-%define		with_sse42	1
-%endif
 # any SQL
 %define		_withsql	1
 %{!?with_sqlite3:%{!?with_sqlite:%{!?with_ibase:%{!?with_mysql:%{!?with_pgsql:%{!?with_odbc:%undefine _withsql}}}}}}
@@ -2346,6 +2340,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.276  2010/11/11 10:35:43  qboosh
+- verified sse3+ conditions (no sse3 in original Opterons)
+
 Revision 1.275  2010/11/11 08:54:08  qboosh
 - fixed per-cpu mmx/sse defines list
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/qt4/qt4.spec?r1=1.275&r2=1.276&f=u



More information about the pld-cvs-commit mailing list