[LLVMbugs] [Bug 7253] LLVM creates invalid code on GeodeLX
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jul 13 12:47:53 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7253
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #2 from Chris Lattner <clattner at apple.com> 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.
More information about the llvm-bugs
mailing list