Skip to content

msvcrt: Faster memcmp().

Jan Sikorski requested to merge faster-memcmp into master

Signed-off-by: Jan Sikorski jsikorski@codeweavers.com

v3: Piotr's reviewed variant. I don't know how well compilers will handle unaligned access on archs that don't natively support it. One thing to perhaps look out for it to not have the compiler resort to faulting with software fixup..

Merge request reports

Loading