[Mesa-dev] [PATCH 2/2] Revert "mesa: Wrap SSE4.1 code in #ifdef __SSE4_1__."

Matt Turner mattst88 at gmail.com
Sat Nov 15 10:24:31 PST 2014


On Sat, Nov 15, 2014 at 9:04 AM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> This reverts commit 8d3f739383fbdf671752fdec707f1c2b9b2aa6a3.
>
> In the last commit we've updated our check to determine if the actual
> code is buildable, rather than if the compiler acknowledges the option.
> I.e. did anyone provide -mno-sse4.1 vs is my compiler too old.
>
> Now this code will never be attemped to be build, in both cases.
>
> Confirmed by building mesa with
> export CFLAGS='-march=native -mno-sse4.1'
> configure && make
>
> Cc: Matt Turner <mattst88 at gmail.com>
> Cc: David Heidelberger <david at ixit.cz>

Thanks Emil. Both look good, with some minor comments on patch #1 -- both are

Reviewed-by: Matt Turner <mattst88 at gmail.com>


More information about the mesa-dev mailing list