Re: [Mingw-w64-public] [PATCH] headers: Use the msvcrt/ucrt setjmp functions on ARM64 is SEH is available

2019-05-09 Thread Jacek Caban
On 5/7/19 9:41 AM, Martin Storsjö wrote: This requires using a new builtin intrinsic __builtin_sponentry(), which was added in Clang 9. Signed-off-by: Martin Storsjö --- The new intrinsic was added yesterday. After some time we could remove the fallback setjmp/longjmp for ARM64, assuming that

[Mingw-w64-public] [PATCH] headers: Use the msvcrt/ucrt setjmp functions on ARM64 is SEH is available

2019-05-07 Thread Martin Storsjö
This requires using a new builtin intrinsic __builtin_sponentry(), which was added in Clang 9. Signed-off-by: Martin Storsjö --- The new intrinsic was added yesterday. After some time we could remove the fallback setjmp/longjmp for ARM64, assuming that all users of this arch have a new enough