Displaying 2 results from an estimated 2 matches for "002b046a".
Did you mean:
002b016a
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...44 mov edx,eax
002B0446 or edx,1
002B0449 shl edx,4
002B044C movapd xmm5,xmmword ptr [edx+330010h]
002B0454 movapd xmm1,xmmword ptr [edx+330020h]
002B045C or eax,3
002B045F shl eax,4
002B0462 movaps xmmword ptr [esp+2F0h],xmm0
002B046A movapd xmm0,xmmword ptr [eax+330010h]
002B0472 movaps xmmword ptr [esp+2E0h],xmm0
002B047A movapd xmm0,xmmword ptr [eax+330020h]
002B0482 movaps xmmword ptr [esp+2D0h],xmm0
002B048A movapd xmm0,xmmword ptr [eax+330030h]
002B0492 movaps xmmword ptr [esp+2C0h]...
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