Geoffrey McRae
48d3403c40
[memcpy] fix error caused by switch to shorter OPs
2018-07-26 05:49:24 +10:00
Geoffrey McRae
a72ad4e46c
[host] replaced use of AVX in memcpySSE
...
There is no need to use AVX instructions as we are not using the
wider registers. Removing their use removes the requirement to run
a AVX capable guest CPU.
2018-07-10 16:32:50 +10:00
Geoffrey McRae
15a337fee8
[host] use the new memcpySSE implementation
2018-05-22 18:59:24 +10:00
Geoffrey McRae
e8b1b8fbdf
[common] tune windows memcpySSE asm implementation:wq
2018-05-19 21:40:13 +10:00
Geoffrey McRae
3c77c1eb2b
NASM version of a SSE2 memcpy
2018-05-18 18:50:07 +10:00