Module: wine Branch: master Commit: 7c95b251e0f9c1cfff29a74c0a38bf8918104eff URL: http://source.winehq.org/git/wine.git/?a=commit;h=7c95b251e0f9c1cfff29a74c0a...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jan 26 20:48:44 2011 +0100
msvcrt: Add a non-optimized implementation for the SSE2 math functions.
---
dlls/msvcr100/msvcr100.spec | 42 ++++---- dlls/msvcr80/msvcr80.spec | 42 ++++---- dlls/msvcr90/msvcr90.spec | 42 ++++---- dlls/msvcrt/math.c | 231 +++++++++++++++++++++++++++++++++++++++++++ dlls/msvcrt/msvcrt.spec | 42 ++++---- 5 files changed, 315 insertions(+), 84 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7c95b251e0f9c1cfff29a7...