Displaying 2 results from an estimated 2 matches for "002b0b48".
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...02B0B0E movsd xmm0,mmword ptr [esp+48h]
002B0B14 movsd xmm1,mmword ptr [esp+88h]
002B0B1D ucomisd xmm0,xmm1
002B0B21 movsd xmm2,mmword ptr [esp+0B8h]
002B0B2A movsd mmword ptr [esp+40h],xmm0
002B0B30 movsd mmword ptr [esp+38h],xmm2
002B0B36 jae 002B0B48
002B0B3C movsd xmm0,mmword ptr [esp+40h]
002B0B42 movsd mmword ptr [esp+38h],xmm0
002B0B48 movsd xmm0,mmword ptr [esp+38h]
002B0B4E movaps xmm1,xmmword ptr [esp+410h]
002B0B56 movsd xmm2,mmword ptr [esp+50h]
002B0B5C movsd xmm1,xmm2
002B0B60 unpcklpd...
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