Module: wine Branch: master Commit: 38c490496000c5852f14e9c022868c5107d9ff03 URL: https://source.winehq.org/git/wine.git/?a=commit;h=38c490496000c5852f14e9c02...
Author: Piotr Caban piotr@codeweavers.com Date: Tue Jan 26 19:42:03 2021 +0100
msvcrt: Improve memmove performance on i386 and x86_64 architectures.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49663 Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcrt/math.c | 2 +- dlls/msvcrt/msvcrt.h | 2 + dlls/msvcrt/string.c | 263 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 266 insertions(+), 1 deletion(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=38c490496000c5852f14e...