Displaying 2 results from an estimated 2 matches for "002b0387".
Did you mean:
002b0377
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...B035C movaps xmm0,xmmword ptr [esp+340h]
002B0364 addpd xmm0,xmm1
002B0368 movaps xmm1,xmmword ptr [esp+3D0h]
002B0370 addpd xmm1,xmm0
002B0374 movaps xmm0,xmm4
002B0377 movaps xmmword ptr [esp+320h],xmm1
002B037F movaps xmm1,xmmword ptr [esp+3A0h]
002B0387 mulpd xmm0,xmm1
002B038B movaps xmm1,xmmword ptr [esp+3B0h]
002B0393 movaps xmmword ptr [esp+310h],xmm0
002B039B movaps xmm0,xmmword ptr [esp+400h]
002B03A3 mulpd xmm1,xmm0
002B03A7 movaps xmm0,xmmword ptr [esp+3C0h]
002B03AF mulpd xmm0,xmm5
002B0...
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