[PATCH] msvcrt: Optimize memmove implementation.
Based on Torbjorn Granlund code from Glibc. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49663 Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/string.c | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=77335 Your paranoid android. === debiant (32 bit report) === msvcrt: string.c:4460: Test failed: Got result c:/xilix === debiant (32 bit Chinese:China report) === msvcrt: string.c:4460: Test failed: Got result c:/xilix === debiant (build log) === Task: WineTest did not produce the wow32 report
participants (2)
-
Marvin -
Piotr Caban