[PATCH 1/3] ntdll/tests: Add SIMD exception test for floating point invalid operation fault (try 4).

Qian Hong qhong at codeweavers.com
Wed Dec 2 10:06:50 CST 2015


Try 4:
- Restore old value in a more context independent way.

Try 3:
- Correctly revert side effect of previous ldmxcsr, change 0x200 to 
0x80, 0x80 & 0xff7f = 0, 0x200 & 0xfdff = 0.

Try 2:
- Fix a typo in comment. (Thanks Sebastian)

Signed-off-by: Qian Hong <qhong at codeweavers.com>
---
  dlls/ntdll/tests/exception.c | 57 
+++++++++++++++++++++++++++++++-------------
  1 file changed, 41 insertions(+), 16 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ntdll-tests-Add-SIMD-exception-test-for-floating-point.txt
Type: text/x-patch
Size: 4105 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20151203/ac44f95d/attachment.bin>


More information about the wine-patches mailing list