From cfba094fbfe47a926c01b6531eb48d2531b2ce3b Mon Sep 17 00:00:00 2001 From: Jan-Pascal van Best Date: Wed, 30 Jan 2013 10:41:27 +0100 Subject: [PATCH] Added corei5/native optimisation --- debian/changelog | 6 ++++++ debian/config.mak-corei5 | 4 ++++ debian/rules.defs | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 debian/config.mak-corei5 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 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? -- 2.39.5