Version
4.0-514
Branch
revert-avx
Date
9 years, 4 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
7f2fcc230b833f9513f9fb085a2731b7b399b16f
Change author
degasus
Change description
Jit64: load second operator for double intrutions

SSE do support non-vector instructions, but they _all_ overwrite the dest register
if the src location isn't a register. (wtf?)
So we have to load the src into a temporay register :(