Displaying 2 results from an estimated 2 matches for "002e02a7".
Did you mean:
002e0247
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...m7,xmmword ptr [esi+2C0060h]
002E0283 addpd xmm7,xmm4
002E0287 mulpd xmm5,xmmword ptr [esi+2C0080h]
002E028F addpd xmm5,xmm7
002E0293 addpd xmm5,xmmword ptr [esi+2C0090h]
002E029B movapd xmm7,xmmword ptr [ecx+2C0040h] ***
002E02A3 mulpd xmm7,xmm5
002E02A7 addpd xmm7,xmm1
002E02AB addpd xmm7,xmmword ptr [ecx+2C0050h] ***
002E02B3 fld qword ptr [esp+100h]
002E02BA call 76719BA1 CALL
002E02BF imul edx,eax,0Ch
002E02C2 lea eax,[edx+3]
002E02C5 shl eax,4
002E02C8 movapd...
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