Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master archspecs by Vlad Glagolev (b0fac7879ca2377b788affe1a68f20aec5b8e270)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master archspecs by Vlad Glagolev (b0fac7879ca2377b788affe1a68f20aec5b8e270)
  • Date: Thu, 14 Jun 2012 10:27:09 -0500

GIT changes to master archspecs by Vlad Glagolev <stealth AT sourcemage.org>:

32/ia32/intel/em64t/corei7_32 | 2 +-
32/ia32/intel/em64t/corei7_avx_32 | 2 +-
64/x86_64/intel/em64t/corei7_avx_64 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b0fac7879ca2377b788affe1a68f20aec5b8e270
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

corrected cpu names for Core i7 according to selection

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"



  • [SM-Commit] GIT changes to master archspecs by Vlad Glagolev (b0fac7879ca2377b788affe1a68f20aec5b8e270), Vlad Glagolev, 06/14/2012

Archive powered by MHonArc 2.6.24.

Top of Page