summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2012-06-14 19:23:06 +0400
committerVlad Glagolev2012-06-14 19:23:06 +0400
commitb0fac7879ca2377b788affe1a68f20aec5b8e270 (patch)
tree7d0c1606b99dbf525a7c988fdeedcfb42ff40010
parent9c298bd0986224d75e9cb48c1734b632ebc1a3b6 (diff)
corrected cpu names for Core i7 according to selectionstable-0.8.3
-rwxr-xr-x32/ia32/intel/em64t/corei7_322
-rwxr-xr-x32/ia32/intel/em64t/corei7_avx_322
-rwxr-xr-x64/x86_64/intel/em64t/corei7_avx_642
3 files changed, 3 insertions, 3 deletions
diff --git a/32/ia32/intel/em64t/corei7_32 b/32/ia32/intel/em64t/corei7_32
index c03d6b4..6eb478b 100755
--- a/32/ia32/intel/em64t/corei7_32
+++ b/32/ia32/intel/em64t/corei7_32
@@ -1,4 +1,4 @@
-CPUNAME="Intel Core i7"
+CPUNAME="Intel Core i7, 32bit mode"
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"
diff --git a/32/ia32/intel/em64t/corei7_avx_32 b/32/ia32/intel/em64t/corei7_avx_32
index 36cbbef..00e37c9 100755
--- a/32/ia32/intel/em64t/corei7_avx_32
+++ b/32/ia32/intel/em64t/corei7_avx_32
@@ -1,4 +1,4 @@
-CPUNAME="Intel Core i7"
+CPUNAME="Intel Core i7 (strict for Sandy Bridge), 32bit mode"
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"
diff --git a/64/x86_64/intel/em64t/corei7_avx_64 b/64/x86_64/intel/em64t/corei7_avx_64
index cd36dea..b5926da 100755
--- a/64/x86_64/intel/em64t/corei7_avx_64
+++ b/64/x86_64/intel/em64t/corei7_avx_64
@@ -1,4 +1,4 @@
-CPUNAME="Intel Core i7"
+CPUNAME="Intel Core i7 (strict for Sandy Bridge)"
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"