From: Jan-Pascal van Best <janpascal@vanbest.org>
Date: Wed, 30 Jan 2013 09:41:27 +0000 (+0100)
Subject: Added corei5/native optimisation
X-Git-Tag: debian/620-7^0
X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=cfba094fbfe47a926c01b6531eb48d2531b2ce3b;p=sasc-ng.git

Added corei5/native optimisation
---

diff --git a/debian/changelog b/debian/changelog
index dead7ab..4c7fe21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sasc-ng (620-7) local; urgency=low
+
+  * Added corei5 optimisation (for my own machine ;-)
+
+ -- Jan-Pascal van Best <janpascal@vanbest.org>  Wed, 30 Jan 2013 10:40:58 +0100
+
 sasc-ng (620-6) local; urgency=low
 
   * More specific CPU optimisations: atom, core2, athlon64 
diff --git a/debian/config.mak-corei5 b/debian/config.mak-corei5
new file mode 100644
index 0000000..cd26b33
--- /dev/null
+++ b/debian/config.mak-corei5
@@ -0,0 +1,4 @@
+# Automatically generated by configure - do not modify
+FFDECSA_OPTS = "FLAGS=-O3 -fexpensive-optimizations -funroll-loops -mmmx -msse -msse2 -march=native" PARALLEL_MODE=PARALLEL_128_SSE2
+DVB_DIR=#DVB_DIR#
+CXX=g++
diff --git a/debian/rules.defs b/debian/rules.defs
index f1dcbbc..5dbb945 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -1,7 +1,7 @@
 KERNELS = 3.7-trunk-amd64
 KERNEL_VERSION_3.7-trunk-amd64 = 3.7.1-1~experimental.2.sasc1
 
-FFDECSA_FLAVORS = core2 athlon64 atom #sse 
+FFDECSA_FLAVORS = core2 athlon64 atom corei5
 
 # For the moment we just support amd64
 # .. so pentium4 is useless?