Re: [Mingw-w64-public] [PATCH 0/3] ARM64EC math functions support.

2025-02-14 Thread Martin Storsjö
On Fri, 14 Feb 2025, Jacek Caban wrote: On 11.02.2025 23:11, Martin Storsjö wrote: On Sun, 9 Feb 2025, Jacek Caban wrote: It may also be good to include a bit of introduction in the commit message; each time I look at fenv.h it takes a bit of time to wrap my head around how it works, as it d

Re: [Mingw-w64-public] [PATCH] crt/libsrc: Include wia.h to get guids in wia-uuid.c

2025-02-14 Thread Jacek Caban
On 14.02.2025 19:09, Biswapriyo Nath wrote: I am not sure why the GUIDs were added manually in wia-uuid.c. If those strictly required to be added without wia.h I can send patch to add new GUIDs like before. Pushed, thanks. Jacek ___ Mingw-w64-pu

[Mingw-w64-public] [PATCH] crt/libsrc: Include wia.h to get guids in wia-uuid.c

2025-02-14 Thread Biswapriyo Nath
I am not sure why the GUIDs were added manually in wia-uuid.c. If those strictly required to be added without wia.h I can send patch to add new GUIDs like before. From c11ada3fd2b3ff5fd1481599e38829e8d428d26f Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 14 Feb 2025 18:05:45 + Subj

Re: [Mingw-w64-public] [PATCH 0/3] ARM64EC math functions support.

2025-02-14 Thread Jacek Caban
On 11.02.2025 23:11, Martin Storsjö wrote: On Sun, 9 Feb 2025, Jacek Caban wrote: Additionally, x86 MinGW's fenv.h defines structures like fenv_t and certain constants that are incompatible with other fenv.h implementations. Instead of carrying over these quirks, ARM64EC uses ARM64 variants t

Re: [Mingw-w64-public] [PATCH] include: Remove wia.h include check in wiadef.h

2025-02-14 Thread LIU Hao
在 2025-02-14 21:24, Biswapriyo Nath 写道: From 0ed405057efb654a12aa5bd99268a787ee05e6d9 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 14 Feb 2025 13:22:06 + Subject: [PATCH] include: Remove wia.h include check in wiadef.h wia.h does not have the include guard macro after 5b5f0a1b

[Mingw-w64-public] [PATCH] include: Remove wia.h include check in wiadef.h

2025-02-14 Thread Biswapriyo Nath
From 0ed405057efb654a12aa5bd99268a787ee05e6d9 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 14 Feb 2025 13:22:06 + Subject: [PATCH] include: Remove wia.h include check in wiadef.h wia.h does not have the include guard macro after 5b5f0a1b1a2d403ccdc99aeba908355c19a86755 commit.

Re: [Mingw-w64-public] [PATCH 00/10] crt: dirent changes

2025-02-14 Thread Lasse Collin
> On 2025-02-12 Martin Storsjö wrote: > > I remember there was a discussion earlier about e.g. the use of > > WC_NO_BEST_FIT_CHARS to WideCharToMultiByte wrt support for older > > versions of Windows - is this fine for us to use, or do we need to > > try to only use it when supported? At least

Re: [Mingw-w64-public] [PATCH] headers: Import wia.h from wine

2025-02-14 Thread Jacek Caban
On 14.02.2025 07:10, Biswapriyo Nath wrote: There is a `__wia_h__` macro check in wiadef.h. The new wia.h does not have that macro. I am not sure if the check should be removed in wiadef.h or be changed something else. Please feel free to change it as you like. Test case https://github.com/msys2/