Re: [Mesa-dev] [PATCH 0/2] Use target attribute for architecture optimizations

2015-01-27 Thread Marc Dietrich
Am Freitag, 16. Januar 2015, 13:42:53 schrieb Marc Dietrich: > The GCC specific target function attribute or pragma can be used to enable > architecture depended optimisation options (e.g. SSE) directly in source > files instead of specifing them on the compiler command line. This is > useful when

[Mesa-dev] [PATCH 0/2] Use target attribute for architecture optimizations

2015-01-16 Thread Marc Dietrich
The GCC specific target function attribute or pragma can be used to enable architecture depended optimisation options (e.g. SSE) directly in source files instead of specifing them on the compiler command line. This is useful when linking files with different compiler options which happens when usin