Re: [Mingw-w64-public] [PATCH 2/3] crt: Define symbols for all __ms_* printf functions for UCRT builds

2024-12-19 Thread Pali Rohár
On Thursday 19 December 2024 14:04:10 Martin Storsjö wrote: > On Wed, 18 Dec 2024, Pali Rohár wrote: > > > On Tuesday 17 December 2024 15:29:38 Martin Storsjö wrote: > > > On Sat, 14 Dec 2024, Pali Rohár wrote: > > > > > > > Ensure that all those __ms_* printf functions calls __stdio_common_* >

Re: [Mingw-w64-public] [PATCH 2/3] crt: Define symbols for all __ms_* printf functions for UCRT builds

2024-12-19 Thread Martin Storsjö
On Wed, 18 Dec 2024, Pali Rohár wrote: On Tuesday 17 December 2024 15:29:38 Martin Storsjö wrote: On Sat, 14 Dec 2024, Pali Rohár wrote: Ensure that all those __ms_* printf functions calls __stdio_common_* printf functions with compatibility options, as it is required for msvcrt.dll compatibi

[Mingw-w64-public] [PATCH] headers: Use aarch64 intrinsic implementations for ARM64EC.

2024-12-19 Thread Jacek Caban
From: Billy Laws ARM64EC defines x86_64 identification macros, but its actual intrinsics are aarch64-based. Since this differs from what x86_64 code expects, MSVC additionally provides softintrin.h (and softintrin.lib), which act as wrappers to offer x86_64 variants of the intrinsics. Signe