Re: [Mingw-w64-public] [PATCH] Implement formatting function for hexadecimal double.

2021-08-18 Thread Martin Storsjö
On Thu, 19 Aug 2021, Patrick Northon via Mingw-w64-public wrote: The behavior should match glibc and format double floating-points in hexadecimal in normalized form. Also fix a problem where an exponent of zero wasn't printed. Can you give concrete examples of printf invocations that this fix

[Mingw-w64-public] [PATCH] Implement formatting function for hexadecimal double.

2021-08-18 Thread Patrick Northon via Mingw-w64-public
The behavior should match glibc and format double floating-points in hexadecimal in normalized form. Also fix a problem where an exponent of zero wasn't printed. From fc5dca78def4aea92c991d78170b7919b7248572 Mon Sep 17 00:00:00 2001 From: Patrick Northon Date: Mon, 16 Aug 2021 21:06:33 -0400 Sub

Re: [Mingw-w64-public] [PATCH] crt: Add def files of host compute system APIs

2021-08-18 Thread LIU Hao
在 2021-08-14 02:21, Biswapriyo Nath 写道: From 48147e98e2f84b04e09c25b6195c3d27d5d527b8 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 13 Aug 2021 23:51:00 +0530 Subject: [PATCH] crt: Add def files of host compute system APIs Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/lib-commo