Re: [Mingw-w64-public] [PATCH] headers: Check whether intrinsics in winbase.h are available as builtins

2018-09-08 Thread Liu Hao
在 2018/9/9 4:24, Martin Storsjö 写道: > This fixes building for armv7 with -fms-extensions enabled. > > Signed-off-by: Martin Storsjö > --- > The last ifdef/pragma looks misplaced, but it's just how git chooses > the make the diff. > --- > mingw-w64-headers/include/winbase.h | 25

Re: [Mingw-w64-public] [PATCH] headers: Declare __C_specific_handler for x86_64, arm and aarch64

2018-09-08 Thread Liu Hao
在 2018/9/9 4:22, Martin Storsjö 写道: > Signed-off-by: Martin Storsjö > --- > mingw-w64-headers/crt/excpt.h | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > This looks good to me. > diff --git a/mingw-w64-headers/crt/excpt.h b/mingw-w64-headers/crt/excpt.h > index 7ceaaf1..cdcc8e9

[Mingw-w64-public] [PATCH] headers: Check whether intrinsics in winbase.h are available as builtins

2018-09-08 Thread Martin Storsjö
This fixes building for armv7 with -fms-extensions enabled. Signed-off-by: Martin Storsjö --- The last ifdef/pragma looks misplaced, but it's just how git chooses the make the diff. --- mingw-w64-headers/include/winbase.h | 25 + 1 file changed, 25 insertions(+) diff --g

[Mingw-w64-public] [PATCH] headers: Declare __C_specific_handler for x86_64, arm and aarch64

2018-09-08 Thread Martin Storsjö
Signed-off-by: Martin Storsjö --- mingw-w64-headers/crt/excpt.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-w64-headers/crt/excpt.h b/mingw-w64-headers/crt/excpt.h index 7ceaaf1..cdcc8e9 100644 --- a/mingw-w64-headers/crt/excpt.h +++ b/mingw-w64-headers/crt/excpt