[cfe-commits] r63849 - /cfe/trunk/lib/Basic/Targets.cpp

Eli Friedman eli.friedman at gmail.com
Thu Feb 5 00:54:51 PST 2009


On Wed, Feb 4, 2009 at 11:32 PM, Chris Lattner <sabre at nondot.org> wrote:
> +    Define(Defs, "__SSE3__");

We shouldn't be setting this unconditionally for x86-64; not all
x86-64 chips have SSE3.

-Eli



More information about the cfe-commits mailing list