[SM-Commit] GIT changes to master archspecs by Jaka Kranjc (49ffc7c0573ceecb8a2638900e5414f536877103)

Jaka Kranjc scm at mail.sourcemage.org
Tue Nov 7 08:09:12 EST 2006


GIT changes to master archspecs by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 32/ia32/amd/k8/k8_32                  |    2 +-
 32/ia32/amd/k8/k8_32_minimal          |    2 +-
 32/ia32/generic/x86_64/x86_32         |    2 +-
 32/ia32/generic/x86_64/x86_32_minimal |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 49ffc7c0573ceecb8a2638900e5414f536877103
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    fixed #10476 - misleading/incomplete arch descriptions

diff --git a/32/ia32/amd/k8/k8_32 b/32/ia32/amd/k8/k8_32
index 86675ef..5445949 100755
--- a/32/ia32/amd/k8/k8_32
+++ b/32/ia32/amd/k8/k8_32
@@ -1,4 +1,4 @@
-CPUNAME="AMD Athlon 64, Athlon 64 FX and Opteron"
+CPUNAME="AMD Athlon 64, Athlon 64 FX and Opteron (32-bit mode)"
 if use_gcc 3.3. ; then
   CFLAGS="-march=athlon-xp -mmmx -mfpmath=sse -msse -msse2 -m3dnow -m32"
 elif use_gcc2 ; then
diff --git a/32/ia32/amd/k8/k8_32_minimal b/32/ia32/amd/k8/k8_32_minimal
index c1c31fd..5c36ca3 100755
--- a/32/ia32/amd/k8/k8_32_minimal
+++ b/32/ia32/amd/k8/k8_32_minimal
@@ -1,4 +1,4 @@
-CPUNAME="AMD Athlon 64, Athlon 64 FX and Opteron (minimal optimizations)"
+CPUNAME="AMD Athlon 64, Athlon 64 FX and Opteron (minimal optimizations; 32-bit mode)"
 if use_gcc 3.3. ; then
   CFLAGS="-march=athlon-xp -m32"
 elif use_gcc2 ; then
diff --git a/32/ia32/generic/x86_64/x86_32 b/32/ia32/generic/x86_64/x86_32
index 70fccb7..a2bacb3 100755
--- a/32/ia32/generic/x86_64/x86_32
+++ b/32/ia32/generic/x86_64/x86_32
@@ -1,4 +1,4 @@
-CPUNAME="x86-64, Athlon 64 FX, Opteron and Intel EM64T"
+CPUNAME="x86-64, Athlon 64 FX, Opteron and Intel EM64T (32-bit mode)"
 if use_gcc 3.3. ; then
   CFLAGS="-march=i686 -mmmx -mfpmath=sse -msse -msse2 -m3dnow -m32"
 elif use_gcc2 ; then
diff --git a/32/ia32/generic/x86_64/x86_32_minimal b/32/ia32/generic/x86_64/x86_32_minimal
index f164be1..9355906 100755
--- a/32/ia32/generic/x86_64/x86_32_minimal
+++ b/32/ia32/generic/x86_64/x86_32_minimal
@@ -1,4 +1,4 @@
-CPUNAME="x86-64, Athlon 64 FX, Opteron and Intel EM64T (minimal optimizations)"
+CPUNAME="x86-64, Athlon 64 FX, Opteron and Intel EM64T (minimal optimizations; 32-bit mode)"
 if use_gcc 3.3. ; then
   CFLAGS="-march=i686 -m32"
 elif use_gcc2 ; then



More information about the SM-Commit mailing list