Module: wine Branch: master Commit: f02ff7f651c641e52ac5861eac317c4dc320787f URL: http://source.winehq.org/git/wine.git/?a=commit;h=f02ff7f651c641e52ac5861eac...
Author: YongHao Hu christopherwuy@gmail.com Date: Sat Aug 30 09:34:47 2014 +0800
msvcp90: Added complex_float_pow implementation (fix precision) and tests.
---
dlls/msvcp60/msvcp60.spec | 24 +++++++-------- dlls/msvcp70/msvcp70.spec | 12 ++++---- dlls/msvcp71/msvcp71.spec | 12 ++++---- dlls/msvcp80/msvcp80.spec | 12 ++++---- dlls/msvcp90/math.c | 48 ++++++++++++++++++++++++++++++ dlls/msvcp90/msvcp90.spec | 12 ++++---- dlls/msvcp90/tests/misc.c | 74 +++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 158 insertions(+), 36 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f02ff7f651c641e52ac586...