]> www.vanbest.org Git - sasc-ng.git/commitdiff
Added corei5/native optimisation debian/620-7
authorJan-Pascal van Best <janpascal@vanbest.org>
Wed, 30 Jan 2013 09:41:27 +0000 (10:41 +0100)
committerJan-Pascal van Best <janpascal@vanbest.org>
Wed, 30 Jan 2013 09:41:27 +0000 (10:41 +0100)
debian/changelog
debian/config.mak-corei5 [new file with mode: 0644]
debian/rules.defs

index dead7ab27d983bbc9597b8a3f0db5bcb05ab332e..4c7fe2116e8496801b468f462a9def7ecf4a5642 100644 (file)
@@ -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 (file)
index 0000000..cd26b33
--- /dev/null
@@ -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++
index f1dcbbcf22a33820ace9ed01ce58cbb5287a5949..5dbb9455e2185f2b81bb51df5dd7283e4bc86b7d 100644 (file)
@@ -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?