http://llvm.org/bugs/show_bug.cgi?id=7253

Chris Lattner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Chris Lattner <[email protected]> 2010-07-13 14:47:51 CDT 
---
Clang defaults to assuming that you have SSE2.  If you don't want this, pass
-mcpu=pentium or -mno-sse etc.  It would be nice for clang to autodetect the
host and default to whatever features it has, but that is tracked elsewhere.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to