Qian Hong qhong@codeweavers.com writes:
Try 3:
- Correctly revert side effect of previous ldmxcsr, change 0x200 to
0x80, 0x80 & 0xff7f = 0, 0x200 & 0xfdff = 0.
It would be even better to restore the original value, without making assumptions about the previous contents.
On Wed, Dec 2, 2015 at 9:21 PM, Alexandre Julliard julliard@winehq.org wrote:
It would be even better to restore the original value, without making assumptions about the previous contents.
Thanks for comment, I'll send a v4. Would you want me also change the existent code in simd_exception_test or just leave it in the old way?
Qian Hong qhong@codeweavers.com writes:
On Wed, Dec 2, 2015 at 9:21 PM, Alexandre Julliard julliard@winehq.org wrote:
It would be even better to restore the original value, without making assumptions about the previous contents.
Thanks for comment, I'll send a v4. Would you want me also change the existent code in simd_exception_test or just leave it in the old way?
If you could, fixing the existing code too would be great.
On Wed, Dec 2, 2015 at 10:30 PM, Alexandre Julliard julliard@winehq.org wrote:
If you could, fixing the existing code too would be great.
Thanks for comment, will send as a separate patch.