mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-13 20:11:36 +00:00

* 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