Displaying 2 results from an estimated 2 matches for "002b04da".
Did you mean:
002b046a
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...d xmm0,xmmword ptr [eax+330050h]
002B04B2 movaps xmmword ptr [esp+2A0h],xmm0
002B04BA movapd xmm0,xmmword ptr [eax+330060h]
002B04C2 movaps xmmword ptr [esp+290h],xmm0
002B04CA movapd xmm0,xmmword ptr [eax+330070h]
002B04D2 movaps xmmword ptr [esp+280h],xmm0
002B04DA movapd xmm0,xmmword ptr [eax+330080h]
002B04E2 movaps xmmword ptr [esp+270h],xmm0
002B04EA movapd xmm0,xmmword ptr [eax+330090h]
002B04F2 movaps xmmword ptr [esp+260h],xmm0
002B04FA movaps xmm0,xmmword ptr [esp+2F0h]
002B0502 mulpd xmm0,xmm1
002B0506 mova...
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