[PATCH v2] msvcrt: Call cdecl functions with empty FPU stack in _CI* functions
27 Nov
2017
27 Nov
'17
7:29 p.m.
The FPU stack should be empty on cdecl function call. Failing to do so breaks GCC 6.4.0 -O2 optimized code. For bug #43940. Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/math.c | 263 ++++++++++++++++++++++------------------------------- 1 file changed, 108 insertions(+), 155 deletions(-)
2946
Age (days ago)
2946
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban