Created
August 28, 2015 17:17
-
-
Save FrankNiemeyer/a7283577301609ba61f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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