Mesa (master): mesa: Drop mmx optimizations on Haiku

Alexander von Gluck IV kallisti5 at kemper.freedesktop.org
Mon Jan 7 23:38:33 UTC 2013


Module: Mesa
Branch: master
Commit: 23595aa427073d876b828646e973be5b28cb5676
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=23595aa427073d876b828646e973be5b28cb5676

Author: Alexander von Gluck IV <kallisti5 at unixzen.com>
Date:   Sun Jan  6 16:09:35 2013 -0600

mesa: Drop mmx optimizations on Haiku

* Prevents compatibility problems. As Haiku
  doesn't use rtasm anymore, it's kind of
  pointless.

---

 scons/gallium.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/scons/gallium.py b/scons/gallium.py
index 98671f7..7207c6b 100755
--- a/scons/gallium.py
+++ b/scons/gallium.py
@@ -361,8 +361,7 @@ def generate(env):
                 ccflags += [
                     '-mstackrealign', # ensure stack is aligned
                     '-march=i586', # Haiku target is Pentium
-                    '-mtune=i686', # use i686 where we can
-                    '-mmmx' # use mmx math where we can
+                    '-mtune=i686' # use i686 where we can
                 ]
         if env['machine'] == 'x86_64':
             ccflags += ['-m64']




More information about the mesa-commit mailing list