Displaying 2 results from an estimated 2 matches for "002b052e".
Did you mean:
002b025e
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...xmm0,xmm1
002B0506 movaps xmm1,xmmword ptr [esp+300h]
002B050E mulpd xmm1,xmm5
002B0512 movaps xmm5,xmmword ptr [esp+320h]
002B051A mulpd xmm5,xmm4
002B051E addpd xmm5,xmm1
002B0522 addpd xmm5,xmm0
002B0526 movaps xmm0,xmmword ptr [esp+2E0h]
002B052E addpd xmm0,xmm5
002B0532 movaps xmm1,xmmword ptr [esp+2F0h]
002B053A movaps xmm4,xmmword ptr [esp+2B0h]
002B0542 mulpd xmm1,xmm4
002B0546 movaps xmm4,xmmword ptr [esp+300h]
002B054E movaps xmm5,xmmword ptr [esp+2C0h]
002B0556 mulpd xmm4,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