Skip to content

Instantly share code, notes, and snippets.

@FrankNiemeyer
Created August 28, 2015 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FrankNiemeyer/a7283577301609ba61f1 to your computer and use it in GitHub Desktop.
Save FrankNiemeyer/a7283577301609ba61f1 to your computer and use it in GitHub Desktop.
lea rax,[rax-4]
vmovss xmm0,dword ptr [rax]
vmovss xmm2,dword ptr [rdx+rax]
vmovss xmm3,dword ptr [r8+rax]
vmulss xmm1,xmm0,xmm0
vmulss xmm0,xmm2,xmm2
vaddss xmm2,xmm1,xmm0
vmulss xmm1,xmm3,xmm3
vaddss xmm2,xmm2,xmm1
vmovss dword ptr [r9+rax],xmm2
sub ecx,1
jne dot3_soa_scalar+50h (07FF6F2F31330h)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment