On Thu, 5 Dec 2019, Liu Hao wrote:
在 2019/12/4 21:11, Martin Storsjö 写道:
The __mingw_*scanf functions use __mingw_strtold for both double and
long double output, but previously the __mingw_strtold function
produced the x86 80 bit long double format, regardless of architecture.
Instead skip the function that produces 80 bit doubles, and make
__mingw_strtold an alias for __mingw_strtod.
Signed-off-by: Martin Storsjö <[email protected]>
---
mingw-w64-crt/gdtoa/strtodnrp.c | 9 +++++++++
mingw-w64-crt/gdtoa/strtopx.c | 5 +++++
2 files changed, 14 insertions(+)
This patch looks good to me.
Thanks!
// Martin
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public