Re: [Mingw-w64-public] [PATCH 15/19] crt: Skip .seh asm directives on aarch64, limit them to x86_64

2017-08-07 Thread Martin Storsjö
On Sun, 6 Aug 2017, Martin Storsjö wrote: These asm directives are enabled on #ifdef _WIN64, but aren't supported in LLVM on aarch64 (yet?). --- mingw-w64-crt/stdio/scanf2-template.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-crt/stdio/scanf2-template.S

Re: [Mingw-w64-public] [PATCH 01/19] math: Add errors in assembly sources if no implementation exists

2017-08-07 Thread Martin Storsjö
On Sun, 6 Aug 2017, JonY via Mingw-w64-public wrote: On 08/06/2017 02:59 PM, David Grayson wrote: I would agree with Martin; I think it's a very good practice for source files to have an error or not define a function instead of defining a function that can't possibly work and letting the