Module: wine Branch: stable Commit: cdab0e40b9c36e77db7f9c62440e55fa0e3527ae URL: https://source.winehq.org/git/wine.git/?a=commit;h=cdab0e40b9c36e77db7f9c624...
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 (cherry picked from commit 38c490496000c5852f14e9c022868c5107d9ff03) Signed-off-by: Michael Stefaniuc mstefani@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=cdab0e40b9c36e77db7f9...