Displaying 2 results from an estimated 2 matches for "002b03f3".
Did you mean:
002b0393
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...xmm0,xmmword ptr [esp+390h]
002B03CB addpd xmm0,xmm1
002B03CF movaps xmm1,xmmword ptr [esp+360h]
002B03D7 mulpd xmm4,xmm1
002B03DB movaps xmm1,xmmword ptr [esp+400h]
002B03E3 movaps xmmword ptr [esp+300h],xmm0
002B03EB movaps xmm0,xmmword ptr [esp+370h]
002B03F3 mulpd xmm1,xmm0
002B03F7 movaps xmm0,xmmword ptr [esp+380h]
002B03FF mulpd xmm5,xmm0
002B0403 addpd xmm5,xmm1
002B0407 addpd xmm5,xmm4
002B040B movaps xmm0,xmmword ptr [esp+350h]
002B0413 addpd xmm0,xmm5
002B0417 movaps xmm1,xmmword ptr [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