https://bugs.freedesktop.org/show_bug.cgi?id=71547

Matt Turner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX
                 CC|                            |[email protected]

--- Comment #1 from Matt Turner <[email protected]> ---
You don't need to set your CFLAGS to explicitly disable >SSE3 if your CPU
doesn't support it. -march=native does the right thing. Explicitly disabling
things is the wrong thing to do.

Take a look at the output of "gcc -march=native -Q --help=target" on your
system. Unless it says -msse4.1 is on, you don't need this.

As a Gentoo developer and the author of the patch that your CFLAGS are
breaking: knock it off! :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to