[Mesa-dev] [PATCH 2/2] mesa: Drop mmx optimizations on Haiku

Alex kallisti5 at unixzen.com
Sun Jan 6 14:15:24 PST 2013


* Prevents compatibility problems. As Haiku
  doesn't use rtasm anymore, it's kind of
  pointless.
---
 scons/gallium.py |    3 +--
 1 file changed, 1 insertion(+), 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']
-- 
1.7.10.4



More information about the mesa-dev mailing list