Commit c4931730 authored by Reini Urban's avatar Reini Urban
Browse files

speed up memcpy/memset by 2

use 64bit copy on 64bit machines, not just 32bit.
memcpy_s is now as fast as memcpy native, with in overhead
of -1 to +3%, on clang-4+
gcc is only 77% slower, not 89%.
parent efececd8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment