Displaying 2 results from an estimated 2 matches for "002b043c".
Did you mean:
002b034c
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...0413 addpd xmm0,xmm5
002B0417 movaps xmm1,xmmword ptr [esp+410h]
002B041F movhpd qword ptr [esp+510h],xmm1
002B0428 fld qword ptr [esp+510h]
002B042F call 76719BA1
002B0434 imul eax,eax,0Ch
002B0437 mov edx,eax
002B0439 shl edx,4
002B043C movapd xmm4,xmmword ptr [edx+330010h]
002B0444 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...
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