Re: [Mingw-w64-public] [PATCH 3/3] headers: Add ARM64EC context structures

2025-01-08 Thread Jacek Caban
On 8.01.2025 14:59, Martin Storsjö wrote: On Mon, 6 Jan 2025, Jacek Caban wrote: From: Billy Laws Signed-off-by: Jacek Caban --- mingw-w64-headers/include/winnt.h | 128 ++ 1 file changed, 128 insertions(+) This is a bit tricky to reference/quote for commenting,

Re: [Mingw-w64-public] [PATCH 3/3] headers: Add ARM64EC context structures

2025-01-08 Thread Jacek Caban
On 8.01.2025 14:31, LIU Hao wrote: 在 2025-01-07 00:03, Jacek Caban 写道: +    ARM64_NT_NEON128 V[16];   /* 1a0 (XmmRegisters) */ +    BYTE    AMD64_XSAVE_FORMAT_Reserved4[96]; /* 2a0 */ +    } DUMMYSTRUCTNAME; +    M128A   AMD64_VectorRegist

Re: [Mingw-w64-public] [PATCH 3/3] headers: Add ARM64EC context structures

2025-01-08 Thread Martin Storsjö
On Wed, 8 Jan 2025, Martin Storsjö wrote: On Mon, 6 Jan 2025, Jacek Caban wrote: From: Billy Laws Signed-off-by: Jacek Caban --- mingw-w64-headers/include/winnt.h | 128 ++ 1 file changed, 128 insertions(+) This is a bit tricky to reference/quote for commenting

Re: [Mingw-w64-public] [PATCH 3/3] headers: Add ARM64EC context structures

2025-01-08 Thread Martin Storsjö
On Mon, 6 Jan 2025, Jacek Caban wrote: From: Billy Laws Signed-off-by: Jacek Caban --- mingw-w64-headers/include/winnt.h | 128 ++ 1 file changed, 128 insertions(+) This is a bit tricky to reference/quote for commenting, when the patch isn't inline... I presum

Re: [Mingw-w64-public] [PATCH 3/3] headers: Add ARM64EC context structures

2025-01-08 Thread LIU Hao
在 2025-01-07 00:03, Jacek Caban 写道: +ARM64_NT_NEON128 V[16]; /* 1a0 (XmmRegisters) */ +BYTEAMD64_XSAVE_FORMAT_Reserved4[96]; /* 2a0 */ +} DUMMYSTRUCTNAME; +M128A AMD64_VectorRegister[26]; /* 300 */ I su

[Mingw-w64-public] [PATCH 3/3] headers: Add ARM64EC context structures

2025-01-06 Thread Jacek Caban
From: Billy Laws Signed-off-by: Jacek Caban --- mingw-w64-headers/include/winnt.h | 128 ++ 1 file changed, 128 insertions(+) diff --git a/mingw-w64-headers/include/winnt.h b/mingw-w64-headers/include/winnt.h index df408e6c8..bd684d845 100644 --- a/mingw-w64-heade