Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master archspecs by Florian Franzmann (14306d0ecdc85fd75d556813b31b8e153e8eae46)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master archspecs by Florian Franzmann (14306d0ecdc85fd75d556813b31b8e153e8eae46)
  • Date: Mon, 6 Feb 2012 14:14:40 -0600

GIT changes to master archspecs by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

32/ia32/intel/em64t/corei7_32 | 14 ++++++++++++++
32/ia32/intel/em64t/corei7_avx_32 | 14 ++++++++++++++
64/x86_64/intel/em64t/corei7_64 | 14 ++++++++++++++
64/x86_64/intel/em64t/corei7_avx_64 | 14 ++++++++++++++
4 files changed, 56 insertions(+)

New commits:
commit 14306d0ecdc85fd75d556813b31b8e153e8eae46
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

removed -msahf from corei7s since I'm not sure all of them have this
feature

commit 2f7d8c3ed6eefa9b8c4fcb04f2280000eb8b68b3
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

added specs for corei7

diff --git a/32/ia32/intel/em64t/corei7_32 b/32/ia32/intel/em64t/corei7_32
new file mode 100755
index 0000000..c03d6b4
--- /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 -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..36cbbef
--- /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 -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..dbf14b4
--- /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 -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..cd36dea
--- /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 -fPIC -DPIC"
+fi
+
+HOST="x86_64-pc-linux-gnu"
+FAST="-O3"
+SMALL="-Os"
+



  • [SM-Commit] GIT changes to master archspecs by Florian Franzmann (14306d0ecdc85fd75d556813b31b8e153e8eae46), Florian Franzmann, 02/06/2012

Archive powered by MHonArc 2.6.24.

Top of Page