Displaying 2 results from an estimated 2 matches for "002e01f7".
Did you mean:
002e0157
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...xmm2,xmm6
002E01CE movapd xmm5,xmmword ptr [esp+80h]
002E01D7 subpd xmm5,xmm1
002E01DB subpd xmm5,xmm3
002E01DF mulpd xmm0,xmmword ptr ds:[2E0010h]
002E01E7 subpd xmm5,xmm0
002E01EB movapd xmm6,xmmword ptr [esi+2C0040h]
002E01F3 mulpd xmm6,xmm5
002E01F7 addpd xmm6,xmm2
002E01FB addpd xmm6,xmmword ptr [esi+2C0050h]
002E0203 fld qword ptr [esp+0E0h]
002E020A call 76719BA1 CALL
002E020F imul edi,eax,0Ch
002E0212 lea ecx,[edi+3] First time ECX is touched
002E0215 shl e...
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