Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master archspecs by Eric Sandall (f853e3104a43dde7980e43f0ae6f57915db78c38)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master archspecs by Eric Sandall (f853e3104a43dde7980e43f0ae6f57915db78c38)
  • Date: Tue, 13 Apr 2010 01:46:47 -0500

GIT changes to master archspecs by Eric Sandall <sandalle AT sourcemage.org>:

32/ia32/amd/k7/athlon-4 | 2 +-
32/ia32/amd/k7/athlon-mp | 2 +-
32/ia32/amd/k7/athlon-xp | 2 +-
32/ia32/generic/x86_64/x86_32 | 2 +-
32/ia32/via/c3/nehemiah | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit f853e3104a43dde7980e43f0ae6f57915db78c38
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

32/ia32/generic/x86_64/x86_32: Remove specific -m flags

-march=<CPU> implies all the correct -m{sse,sse2,sse3,ssse3,etc}

Don't force -mfpmath=sse on ia32, let the user decide.

commit e1c710d1486c895ff62cf52216733c87ba64c858
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

32/ia32/via/c3/nehemiah: Remove specific -m flags

-march=<CPU> implies all the correct -m{sse,sse2,sse3,ssse3,etc}

Don't force -mfpmath=sse on ia32, let the user decide.

commit bd842bbbf875170f825d5901ccfefaf5effd6b50
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

32/ia32/amd/k7/athlon-4: Remove specific -m flags

-march=<CPU> implies all the correct -m{sse,sse2,sse3,ssse3,etc}

Don't force -mfpmath=sse on ia32, let the user decide.

commit 7288d4989c7a4bba04fab7cef9feb4fbe80b3fc4
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

32/ia32/amd/k7/athlon-xp: Remove specific -m flags

-march=<CPU> implies all the correct -m{sse,sse2,sse3,ssse3,etc}

Don't force -mfpmath=sse on ia32, let the user decide.

commit 297e0c1b0f6107c49cc144c4a872ccb2ce4b2f75
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

32/ia32/amd/k7/athlon-mp: Remove specific -m flags

-march=<CPU> implies all the correct -m{sse,sse2,sse3,ssse3,etc}

Don't force -mfpmath=sse on ia32, let the user decide.

diff --git a/32/ia32/amd/k7/athlon-4 b/32/ia32/amd/k7/athlon-4
index e86717b..0485162 100755
--- a/32/ia32/amd/k7/athlon-4
+++ b/32/ia32/amd/k7/athlon-4
@@ -2,7 +2,7 @@ CPUNAME="AMD Athlon 4"
if use_gcc2; then
CFLAGS="-march=i686"
else
- CFLAGS="-march=athlon-4 -mmmx -mfpmath=sse -msse -m3dnow"
+ CFLAGS="-march=athlon-4"
fi
HOST="i686-pc-linux-gnu"
FAST="-O3"
diff --git a/32/ia32/amd/k7/athlon-mp b/32/ia32/amd/k7/athlon-mp
index 4120fb6..a9d5b15 100755
--- a/32/ia32/amd/k7/athlon-mp
+++ b/32/ia32/amd/k7/athlon-mp
@@ -2,7 +2,7 @@ CPUNAME="AMD Athlon MP"
if use_gcc2; then
CFLAGS="-march=i686"
else
- CFLAGS="-march=athlon-mp -mmmx -mfpmath=sse -msse -m3dnow"
+ CFLAGS="-march=athlon-mp"
fi
HOST="i686-pc-linux-gnu"
FAST="-O3"
diff --git a/32/ia32/amd/k7/athlon-xp b/32/ia32/amd/k7/athlon-xp
index 0093776..17a2bda 100755
--- a/32/ia32/amd/k7/athlon-xp
+++ b/32/ia32/amd/k7/athlon-xp
@@ -2,7 +2,7 @@ CPUNAME="AMD Athlon XP"
if use_gcc2; then
CFLAGS="-march=i686"
else
- CFLAGS="-march=athlon-xp -mmmx -mfpmath=sse -msse -m3dnow"
+ CFLAGS="-march=athlon-xp"
fi
HOST="i686-pc-linux-gnu"
FAST="-O3"
diff --git a/32/ia32/generic/x86_64/x86_32 b/32/ia32/generic/x86_64/x86_32
index 6e92a9d..6bc7896 100755
--- a/32/ia32/generic/x86_64/x86_32
+++ b/32/ia32/generic/x86_64/x86_32
@@ -1,6 +1,6 @@
CPUNAME="x86-64, Athlon 64 FX, Opteron and Intel EM64T (32-bit mode)"
if use_gcc 3.3. ; then
- CFLAGS="-march=i686 -mfpmath=sse -msse -msse2"
+ CFLAGS="-march=i686"
elif use_gcc2 ; then
CFLAGS="-march=i686"
else
diff --git a/32/ia32/via/c3/nehemiah b/32/ia32/via/c3/nehemiah
index fe100bd..72e432d 100755
--- a/32/ia32/via/c3/nehemiah
+++ b/32/ia32/via/c3/nehemiah
@@ -3,7 +3,7 @@ if use_gcc2; then
CFLAGS="-march=i686"
else
# Note: for gcc <3.3 then -march=i686, for gcc >3.3.2 then -march=c3-2
- CFLAGS="-march=c3-2 -msse -mmmx -mfpmath=sse -pipe" # note no 3dnow
support, sse instead
+ CFLAGS="-march=c3-2 -pipe" # note no 3dnow support, sse instead
# see
http://www.courville.org/phpwiki/Gcc
fi
HOST="i686-pc-linux-gnu"



  • [SM-Commit] GIT changes to master archspecs by Eric Sandall (f853e3104a43dde7980e43f0ae6f57915db78c38), Eric Sandall, 04/13/2010

Archive powered by MHonArc 2.6.24.

Top of Page