http://bugs.freedesktop.org/show_bug.cgi?id=7459





--- Comment #20 from Hugo Mildenberger <[EMAIL PROTECTED]>  2008-11-24 03:56:58 
PST ---
Created an attachment (id=20549)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=20549)
Provide parameters like --disable-x86-sse to configure.ac

In addition to the already existing "--disable-asm" parameter, this patch adds
the following parameters to configure.ac: 

  --disable-x86-asm       on x86, disable x86 specific assembly code
                          [default=enabled on x86]
  --disable-x86-sse       on x86, disable SSE asm implementations
                          [default=enabled on x86]
  --disable-x86-mmx       on x86, disable MMX assembly code [default=enabled
                          on x86]
  --disable-x86-3dnow     on x86, disable 3DNOW! assembly code
                          [default=enabled on x86]
  --disable-x86-64-asm    on x86-64, disable x86-64 specific assembly code
                          [default=enabled on x86-64]
  --disable-ppc-asm       on ppc, disable ppc specific assembly code
                          [default=enabled on ppc]
  --disable-ppc-vmx-asm   on ppc, disable vmx specific assembly code
                          [default=enabled on ppc]

It is intended to be used by package developers to fine tune the generated
library, but primarily to make the task easier to identify assembly related
bugs.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to