On Thu, 19 Dec 2024, Jacek Caban wrote:
From: Billy Laws <[email protected]>
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.
Signed-off-by: Jacek Caban <[email protected]>
---
mingw-w64-headers/crt/intrin.h | 20 +++++++-------
.../include/psdk_inc/intrin-impl.h | 27 +++++++++----------
mingw-w64-headers/include/winnt.h | 12 ++++-----
3 files changed, 29 insertions(+), 30 deletions(-)
The changes feel quite noisy, but these headers are quite noisy anyway,
and I guess there's no good alterantives... So LGTM.
// Martin
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public