LookingGlass/common
Geoffrey McRae 56f0a8525b [common] more SSE improvements
* 32bit inlined is slow for only large copies, warn if memcpySSE is
used when it shouldn't be.

* Removed 64bit memcpySSE as native inlined is faster

See: https://stackoverflow.com/questions/50422510/why-is-i386-memcpy-slow-on-x86-64
2018-05-19 18:27:04 +10:00
..
debug.h [host] Added experimental H264 compression to DXGI (disabled by default) 2017-12-29 20:53:52 +11:00
KVMFR.h [host] return the compressed frame size in the pitch field 2017-12-29 21:01:02 +11:00
memcpySSE2.h [common] more SSE improvements 2018-05-19 18:27:04 +10:00
memcpySSE.asm NASM version of a SSE2 memcpy 2018-05-18 18:50:07 +10:00
memcpySSE.h [common] fixed bug in memcpySSE skipping remaining bytes 2017-12-30 18:39:57 +11:00