Hex-Rays v1.2 vs. v1.1 Decompiler Comparison Page
Hex-Rays v1.2 vs. v1.1 Decompiler Comparison Page
Intrinsic functions
return _InterlockedIncrement(a1); _EAX = a1;
_ECX = 1;
__asm { lock xadd [eax], ecx }
return _ECX + 1;Scalar SSE floating point instructions
SSE intrinsic functions
SSE scalar operations - 2
SSE scalar operations - 3
Better ternary operations
Better recognition of inlined functions
Recognition of signed power2 modulos
Last updated
Was this helpful?
