Displaying 2 results from an estimated 2 matches for "002e04fc".
Did you mean:
002e046c
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...4
002E04D8 movapd xmm2,xmm7
002E04DC subpd xmm2,xmm6
002E04E0 movapd xmm1,xmm2
002E04E4 addpd xmm1,xmm0
002E04E8 mulpd xmm0,xmm0
002E04EC mulpd xmm2,xmm2
002E04F0 addpd xmm2,xmm0
002E04F4 sqrtpd xmm0,xmm2
002E04F8 addpd xmm0,xmm1
002E04FC addpd xmm2,xmm7
002E0500 movsd xmm4,mmword ptr ds:[2E0090h]
002E0508 movapd xmm1,xmm4
002E050C divsd xmm1,xmm2
002E0510 unpckhpd xmm2,xmm2
002E0514 movapd xmm3,xmm4
002E0518 divsd xmm3,xmm2
002E051C unpcklpd xmm1,xmm3
002E0520 mulpd xmm...
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