[Mingw-w64-public] dlltool ice

2021-09-13 Thread unlvsur unlvsur
28328 – dlltool ice when compiles mingw-w64-crt (sourceware.org) Sent from Mail for Windows ___ Mingw-w64-public mailing list Mingw-w64-public@lists

Re: [Mingw-w64-public] [PATCH] dcomp.h: add some missing interfaces

2021-09-13 Thread Biswapriyo Nath
* C style comment please. * I can not understand why "some of the arguments are replaced with void*". ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] Change formatting of double precision floating-points in hexadecimal to match glibc.

2021-09-13 Thread Martin Storsjö
On Mon, 13 Sep 2021, Patrick Northon wrote: Looks like a bug in glibc to me. I think I narrowed it down to where and what in their code but I don't know why it's coded that way. I don't think it's well tested, I don't think anybody ever use that particular case in real software. After looking

[Mingw-w64-public] [PATCH] crt: Fix conversion of denormals from 64 bit doubles to 80 bit form

2021-09-13 Thread Martin Storsjö
A number that is denormal in 64 bit form will become a normal floating point value in 80 bit form. Also clarify the role of one variable while touching this code. Signed-off-by: Martin Storsjö --- mingw-w64-crt/stdio/mingw_pformat.c | 15 +-- 1 file changed, 13 insertions(+), 2 dele

[Mingw-w64-public] [PATCH] dcomp.h: add some missing interfaces

2021-09-13 Thread Steve Lhomme
* IDCompositionFilterEffect: https://docs.microsoft.com/en-us/windows/win32/api/dcomp/nn-dcomp-idcompositionfiltereffect * IDCompositionSaturationEffect: https://docs.microsoft.com/en-us/windows/win32/api/dcomp/nn-dcomp-idcompositionsaturationeffect * IDCompositionGaussianBlurEffect: https://doc