Displaying 2 results from an estimated 2 matches for "002b0808".
Did you mean:
002b0804
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...xmm4,xmm5
002B07E1 addpd xmm4,xmm0
002B07E5 movapd xmm0,xmmword ptr ds:[2B0030h]
002B07ED movaps xmm1,xmm0
002B07F0 subpd xmm1,xmm4
002B07F4 movapd xmm4,xmmword ptr ds:[2B0040h]
002B07FC movaps xmm5,xmmword ptr [esp+190h]
002B0804 addpd xmm5,xmm4
002B0808 movapd xmm4,xmmword ptr ds:[2B0050h]
002B0810 movaps xmmword ptr [esp+160h],xmm0
002B0818 movaps xmm0,xmmword ptr [esp+180h]
002B0820 addpd xmm0,xmm4
002B0824 movaps xmm4,xmmword ptr [esp+170h]
002B082C mulpd xmm4,xmm6
002B0830 movaps 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