[LLVMbugs] [Bug 9723] suboptimal treatment of "rm" constraint in inline assembly
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Apr 14 08:39:47 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=9723
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
--- Comment #1 from Chris Lattner <clattner at apple.com> 2011-04-14 10:39:47 CDT ---
Tuning inline assembly performance is very very low on our priority list. If
you want good performance, you should use standard headers like <smmintrin.h>
and _mm_popcnt_u64.
If you're working with a gcc that doesn't support this SSE4 headers, you can
use:
#ifdef __clang__
...
-Chris
--
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