Created
August 28, 2015 16:56
-
-
Save FrankNiemeyer/b08b94b0f3983b145887 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-0Ch] | |
lea rdx,[rdx-4] | |
vmovss xmm0,dword ptr [rax-8] | |
vmovss xmm2,dword ptr [rax-4] | |
vmovss xmm3,dword ptr [rax] | |
vmulss xmm1,xmm0,xmm0 | |
vmulss xmm0,xmm2,xmm2 | |
vaddss xmm2,xmm1,xmm0 | |
vmulss xmm1,xmm3,xmm3 | |
vaddss xmm2,xmm2,xmm1 | |
vmovss dword ptr [rdx],xmm2 | |
sub ecx,1 | |
jne benchmark<<lambda_918319110c26e9fabd8b05fc8f2cd5cd>,<lambda_c092a5680821d9f5b8bc5a7043f59100> >+0B3h (07FF656A82803h) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment