On Wed, Mar 12, 2014 at 3:00 PM, Hans Wennborg <[email protected]> wrote:
> + __asm__("rep movsb" : : "D"(__dst), "S"(__src), "c"(__n)
> + : "%edi", "%esi", "%ecx");
>
I'm actually a bit sad we don't have an LLVM intrinsic (and corresponding
Clang builtin) that we can use for this...
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
