summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2012-02-06 20:20:22 +0100
committerFlorian Franzmann2012-02-06 20:20:22 +0100
commit2f7d8c3ed6eefa9b8c4fcb04f2280000eb8b68b3 (patch)
tree9b653f9d890ea1e4f136d7ac5d9533ab56e76450
parent4204e6547bd256b77dead0ff22faf5adc56ec680 (diff)
added specs for corei7
-rwxr-xr-x32/ia32/intel/em64t/corei7_3214
-rwxr-xr-x32/ia32/intel/em64t/corei7_avx_3214
-rwxr-xr-x64/x86_64/intel/em64t/corei7_6414
-rwxr-xr-x64/x86_64/intel/em64t/corei7_avx_6414
4 files changed, 56 insertions, 0 deletions
diff --git a/32/ia32/intel/em64t/corei7_32 b/32/ia32/intel/em64t/corei7_32
new file mode 100755
index 0000000..3035782
--- /dev/null
+++ b/32/ia32/intel/em64t/corei7_32
@@ -0,0 +1,14 @@
+CPUNAME="Intel Core i7"
+
+if use_gcc 3.3. || use_gcc 3.4. || use_gcc 4.0. || use_gcc 4.1. || use_gcc 4.2.; then
+ CFLAGS="-march=nocona -m32"
+elif use_gcc2 ; then
+ CFLAGS="-march=i686"
+else
+ CFLAGS="-march=corei7 -msahf -m32"
+fi
+
+HOST="x86_64-pc-linux-gnu"
+FAST="-O3"
+SMALL="-Os"
+
diff --git a/32/ia32/intel/em64t/corei7_avx_32 b/32/ia32/intel/em64t/corei7_avx_32
new file mode 100755
index 0000000..b338010
--- /dev/null
+++ b/32/ia32/intel/em64t/corei7_avx_32
@@ -0,0 +1,14 @@
+CPUNAME="Intel Core i7"
+
+if use_gcc 3.3. || use_gcc 3.4. || use_gcc 4.0. || use_gcc 4.1. || use_gcc 4.2.; then
+ CFLAGS="-march=nocona -m32"
+elif use_gcc2 ; then
+ CFLAGS="-march=i686"
+else
+ CFLAGS="-march=corei7-avx -msahf -m32"
+fi
+
+HOST="x86_64-pc-linux-gnu"
+FAST="-O3"
+SMALL="-Os"
+
diff --git a/64/x86_64/intel/em64t/corei7_64 b/64/x86_64/intel/em64t/corei7_64
new file mode 100755
index 0000000..01ecebd
--- /dev/null
+++ b/64/x86_64/intel/em64t/corei7_64
@@ -0,0 +1,14 @@
+CPUNAME="Intel Core i7"
+
+if use_gcc 3.3. || use_gcc 3.4. || use_gcc 4.0. || use_gcc 4.1. || use_gcc 4.2.; then
+ CFLAGS="-march=nocona -fPIC -DPIC"
+elif use_gcc2 ; then
+ CFLAGS="-march=i686"
+else
+ CFLAGS="-march=corei7 -msahf -fPIC -DPIC"
+fi
+
+HOST="x86_64-pc-linux-gnu"
+FAST="-O3"
+SMALL="-Os"
+
diff --git a/64/x86_64/intel/em64t/corei7_avx_64 b/64/x86_64/intel/em64t/corei7_avx_64
new file mode 100755
index 0000000..7f9d118
--- /dev/null
+++ b/64/x86_64/intel/em64t/corei7_avx_64
@@ -0,0 +1,14 @@
+CPUNAME="Intel Core i7"
+
+if use_gcc 3.3. || use_gcc 3.4. || use_gcc 4.0. || use_gcc 4.1. || use_gcc 4.2.; then
+ CFLAGS="-march=nocona -fPIC -DPIC"
+elif use_gcc2 ; then
+ CFLAGS="-march=i686"
+else
+ CFLAGS="-march=corei7-avx -msahf -fPIC -DPIC"
+fi
+
+HOST="x86_64-pc-linux-gnu"
+FAST="-O3"
+SMALL="-Os"
+