Initial revision
[sb-simd.git] / scratch / asm-t1.asm
blob599e6a641d86a21e37ae42530726b2334ac1a3ef
2 my_func:
3 xor eax, eax
4 movups xmm0, [edx+ebx+1]
5 movups xmm1, [esi+ecx+1]
6 addps xmm0, xmm4
7 addps xmm4, xmm0
8 movups [ecx+1], xmm0
10 ret