Displaying 2 results from an estimated 2 matches for "002b0a10".
Did you mean:
002b0810
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...B09E4 movaps xmm6,xmmword ptr [esp+490h]
002B09EC movaps xmmword ptr [esp+0D0h],xmm0
002B09F4 movaps xmm0,xmmword ptr [esp+0E0h]
002B09FC addpd xmm6,xmm0
002B0A00 movaps xmm0,xmmword ptr [esp+0D0h]
002B0A08 sqrtpd xmm0,xmm0
002B0A0C addpd xmm0,xmm6
002B0A10 addsd xmm3,xmm5
002B0A14 movaps xmm6,xmm4
002B0A17 addsd xmm6,xmm5
002B0A1B movaps xmmword ptr [esp+0C0h],xmm0
002B0A23 movsd xmm0,mmword ptr [esp+448h]
002B0A2C addsd xmm0,xmm5
002B0A30 ucomisd xmm1,xmm7
002B0A34 setnp cl
002B0A37 sete...
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