Hey guys,
> Thanks, but I'd be more interested in documentation how to get cross
> compilation setup with clang + mingw-w64. I did one in the past, but it
> required patching clang and llvm and working around misc problems I
> don't quite remember in details.
> I haven't tried but I doubt it will
Patch is ok. Thanks, please apply.
Kai
2017-02-17 13:25 GMT+01:00 Jacek Caban :
> Please review.
>
> ---
> mingw-w64-headers/include/psdk_inc/intrin-impl.h | 230
> ++-
> 1 file changed, 226 insertions(+), 4 deletions(-)
>
>
>
> ---
If the compiler has a builtin for the intrinsic, why would mingw-w64
still provide a prototype for it? It seems like it would have no
benefit and be likely to just cause compiler errors in the future.
--David
On Fri, Feb 17, 2017 at 4:25 AM, Jacek Caban wrote:
> Please review.
>
> ---
> mingw-
Please review.
---
mingw-w64-headers/include/psdk_inc/intrin-impl.h | 230
++-
1 file changed, 226 insertions(+), 4 deletions(-)
diff --git a/mingw-w64-headers/include/psdk_inc/intrin-impl.h b/mingw-w64-headers/include/psdk_inc/intrin-impl.h
index fc781ff..c6b98f6 100644
---
Hello Jacek,
> Thanks for testing. Sadly, I found that the patch wasn't correct. Could
you please try the attached one?
New patch is also fine.
> Thanks, but I'd be more interested in documentation how to get cross
compilation setup with clang + mingw-w64. I did one in the past, but it
required
Hi Mateusz,
On 17.02.2017 00:06, Mateusz Mikuła wrote:
> Hello Jacek,
>
> With this patch clang builds example code from first message with and
> without `-fms-extensions`.
Thanks for testing. Sadly, I found that the patch wasn't correct. Could
you please try the attached one?
> I can provide pr
On 02/17/2017 10:39 AM, Mateusz wrote:
> And version 2 proposed by Kai Tietz.
>
> W dniu 2017-02-17 o 10:10, Mateusz pisze:
>> Hi!
>>
>> There are lots of complaint about sqrt -- see bug #567. Martin Whitaker
>> prepared a patch which I converted to git form for easy apply.
>>
>> Please review.
>
And version 2 proposed by Kai Tietz.
W dniu 2017-02-17 o 10:10, Mateusz pisze:
> Hi!
>
> There are lots of complaint about sqrt -- see bug #567. Martin Whitaker
> prepared a patch which I converted to git form for easy apply.
>
> Please review.
diff --git a/mingw-w64-crt/math/sqrt.def.h b/ming
Hi!
There are lots of complaint about sqrt -- see bug #567. Martin Whitaker
prepared a patch which I converted to git form for easy apply.
Please review.
diff --git a/mingw-w64-crt/math/sqrt.def.h b/mingw-w64-crt/math/sqrt.def.h
index 602409a..b6f5460 100644
--- a/mingw-w64-crt/math/sqrt.def.h
+