Displaying 2 results from an estimated 2 matches for "002b00ea".
Did you mean:
002b00ca
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...CA movsd xmm0,mmword ptr [eax+10h]
002B00CF unpcklpd xmm0,xmm0
002B00D3 movsd xmm1,mmword ptr [eax]
002B00D7 movsd xmm2,mmword ptr [eax+8]
002B00DC unpcklpd 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...
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