[LLVMdev] SSE intrinsic alignment bug?
Nicolas Capens
nicolas at capens.net
Thu May 22 16:36:48 PDT 2008
Small typo, for the correct assembly code I meant:
mov eax,dword ptr [esp+8]
movups xmm0,xmmword ptr [eax]
rcpps xmm1,xmm0
mov eax,dword ptr [esp+4]
movups xmmword ptr [eax],xmm1
ret
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080523/c171ce0c/attachment.html>
More information about the llvm-dev
mailing list