Displaying 2 results from an estimated 2 matches for "002b00ca".
Did you mean:
002b00c1
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...edi
002E0631 pop ebx
002E0632 pop ebp
002E0633 ret
-------------- next part --------------
002B00B8 push ebp
002B00B9 mov ebp,esp
002B00BB and esp,0FFFFFFF0h
002B00C1 sub esp,540h
002B00C7 mov eax,dword ptr [ebp+8]
002B00CA movsd xmm0,mmword ptr [eax+10h]
002B00CF unpcklpd xmm0,xmm0
002B00D3 movsd xmm1,mmword ptr [eax]
002B00D7 movsd xmm2,mmword ptr [eax+8]
002B00DC unpcklpd xmm2,xmm2
002B00E0 unpcklpd xmm1,xmm1
002B00E4 xorps xmm3,xmm3
002B00E7 movaps xmm4,xmm3
00...
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