Re: [Mingw-w64-public] bug in sin(pi) ?

2021-06-15 Thread sisyphus
On Mon, Jun 14, 2021 at 1:33 PM Liu Hao wrote: > 在 6/11/21 12:26 PM, sisyphus 写道: > [snip] > The loss of accuracy itself with sin() annoys me a little - mainly because > > I'm seeing it as being unnecessary. (Perhaps I'm being unfair. Is it > > actually necessary ?) > > With the mpfr library, I

[Mingw-w64-public] [PATCH] crt: Add missing members in setjmp for x86_64.

2021-06-15 Thread Biswapriyo Nath
I don't consider myself expert on this topic. But while _exploring_ something, I found these (MxCsr and FpCsr) are missing from JUMP_BUFFER. Is this right? wine also don't have these. Wondering why? Thought attached. From cb1ff23556cbbdeb286f1fc26872d7b887044477 Mon Sep 17 00:00:00 2001 From: Biswa