Displaying 2 results from an estimated 2 matches for "002b0105".
Did you mean:
002b010c
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...xmm2,xmm2
002B00E0 unpcklpd xmm1,xmm1
002B00E4 xorps xmm3,xmm3
002B00E7 movaps xmm4,xmm3
002B00EA movaps xmm5,xmm3
002B00ED movaps xmmword ptr [esp+4F0h],xmm2
002B00F5 movaps xmmword ptr [esp+4E0h],xmm0
002B00FD movaps xmmword ptr [esp+4D0h],xmm1
002B0105 movaps xmmword ptr [esp+4C0h],xmm5
002B010D movaps xmmword ptr [esp+4B0h],xmm3
002B0115 movaps xmmword ptr [esp+4A0h],xmm4
002B011D movaps xmm0,xmmword ptr [esp+4C0h]
002B0125 movaps xmm1,xmmword ptr [esp+4B0h]
002B012D movaps xmm2,xmmword ptr [esp+4A0h]
00...
2013 Jul 19
4
[LLVMdev] SIMD instructions and memory alignment on X86
Hmm, I'm not able to get those .ll files to compile if I disable SSE and I
end up with SSE instructions(including sqrtpd) if I don't disable it.
On Thu, Jul 18, 2013 at 10:53 PM, Peter Newman <peter at uformia.com> wrote:
> Is there something specifically required to enable SSE? If it's not
> detected as available (based from the target triple?) then I don't think