Version
4.0-538
Branch
revert-avx
Date
9 years, 4 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
5eab3239bbd09da60d327368d7638e0a8c8006da
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 :(