Displaying 2 results from an estimated 2 matches for "002b0bae".
Did you mean:
002b0b0e
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...d ptr [esp+448h]
002B0B87 movsd mmword ptr [esp+18h],xmm0
002B0B8D movsd xmm0,mmword ptr [esp+18h]
002B0B93 movsd xmm1,mmword ptr ds:[2B00B0h]
002B0B9B ucomisd xmm0,xmm1
002B0B9F movsd xmm1,mmword ptr [esp+0B8h]
002B0BA8 movsd mmword ptr [esp+10h],xmm0
002B0BAE movsd mmword ptr [esp+8],xmm1
002B0BB4 jae 002B0BC6
002B0BBA movsd xmm0,mmword ptr [esp+10h]
002B0BC0 movsd mmword ptr [esp+8],xmm0
002B0BC6 movsd xmm0,mmword ptr [esp+8]
002B0BCC movaps xmm1,xmmword ptr [esp+0A0h]
002B0BD4 movsd xmm1,xmm0
00...
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