search for: _control87

Displaying 4 results from an estimated 4 matches for "_control87".

Did you mean: _control
2001 Oct 17
1
res0.c / by 0?
In res0.c, line 78 I get a a division by zero (look->frames==0) when running vorbisfile_example. Is this some debugging code? Note that you don't see the exception unless you insert __asm{ push edx sub esp, 4 fstcw [esp] mov dx, [esp] and dx, 0xFFFE mov [esp], dx fldcw [esp] add
2019 Nov 01
0
Wine release 4.19
...eouts. rpcrt4/tests: Increase some timeouts. msvcrt/tests: Fix more signed char issues. msvcrt: Reimplement strcmp/strncmp to get consistent return values. msvcirt/tests: Fix some signed char issues. oleaut32: Fix scope of a local array variable. webservices: Use _control87() instead of directly manipulating the FPU register. msvcrt: Implement _control87() and _statusfp() for ARM64. Alistair Leslie-Hughes (13): dplayx: Copy the correct Short name variable. dpnet: Initialize size before call to RegGetValueW (Coverity). wmvcore: IWMReader GetOut...
2019 Nov 15
0
Wine release 4.20
...ostdinc also to widl. ntdll: Initialize MxCsr for new threads on x86. ntdll: Fix FPU initialization for new threads on x86-64. server: Clarify naming of ARM64 floating-point registers. ntdll: Initialize FPU context on ARM64. msvcrt: Don't change FPU control word in _control87() on x86-64. kernel32/tests: Add more tests for FPU control registers. vcomp: Fix vcomp_fork() implementation on ARM64. vcomp: Fix signed char issues. winegcc: Also check magic number to detect shared libraries. ntdll: Support running a builtin without corresponding fi...
2020 Jul 17
0
Wine release 5.13
...epth textures with backbuffer ORM. wined3d: Add GPU information for AMD Raven Ridge. wined3d: Update comment about sample_c_lz translation in GLSL. Michael Stefaniuc (1): dmime: Reimplement the reference list parser. Myah Caron (2): msvcrt: Don't reset MXCSR status in __control87_2 if control information is not changed. ntdll/tests: Add test to check if GetTickCount is updated after sleeping. Nikolay Sivov (30): mfplat: Implement sample tracking. mf: Add a sink stub for EVR. mf/evr: Add IMFMediaSinkPreroll stub. mf/evr: Return sink flags....