Displaying 2 results from an estimated 2 matches for "002b02c4".
Did you mean:
002b0284
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...s xmmword ptr [esp+3D0h],xmm0
002B029C movapd xmm0,xmmword ptr [eax+330020h]
002B02A4 movaps xmmword ptr [esp+3C0h],xmm0
002B02AC movapd xmm0,xmmword ptr [eax+330030h]
002B02B4 movaps xmmword ptr [esp+3B0h],xmm0
002B02BC movapd xmm0,xmmword ptr [eax+330040h]
002B02C4 movaps xmmword ptr [esp+3A0h],xmm0
002B02CC movapd xmm0,xmmword ptr [eax+330050h]
002B02D4 movaps xmmword ptr [esp+390h],xmm0
002B02DC movapd xmm0,xmmword ptr [eax+330060h]
002B02E4 movaps xmmword ptr [esp+380h],xmm0
002B02EC movapd xmm0,xmmword ptr [eax+330...
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