Skip to content

Instantly share code, notes, and snippets.

@bananu7
Created February 11, 2014 14:24
Show Gist options
  • Save bananu7/a5a22780e0949fecd003 to your computer and use it in GitHub Desktop.
Save bananu7/a5a22780e0949fecd003 to your computer and use it in GitHub Desktop.
std::transform(v4.begin(), v4.end(), v4o.begin(), clamp);
00B91280 movss xmm2,dword ptr ds:[0B93224h]
00B91288 xor ecx,ecx
00B9128A xorps xmm1,xmm1
00B9128D lea ecx,[ecx]
00B91290 movss xmm0,dword ptr v4[ecx]
00B91296 comiss xmm0,xmm2
00B91299 jbe main+30h (0B912A0h)
00B9129B movaps xmm0,xmm2
00B9129E jmp main+38h (0B912A8h)
00B912A0 comiss xmm1,xmm0
00B912A3 jbe main+38h (0B912A8h)
00B912A5 movaps xmm0,xmm1
00B912A8 movss dword ptr v4[ecx],xmm0
00B912AE add ecx,4
00B912B1 lea eax,[v4]
00B912B4 add eax,ecx
00B912B6 lea edx,[ebp-4]
00B912B9 cmp eax,edx
00B912BB jne main+20h (0B91290h)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment