[Mingw-w64-public] [PATCH] crt: Add an ldexpl function for arm and arm64

2017-12-16 Thread Martin Storsjö
Since long double just is normal double on arm and arm64, just call the normal ldexp function. Signed-off-by: Martin Storsjö --- mingw-w64-crt/Makefile.am | 3 ++- mingw-w64-crt/math/arm/ldexpl.c | 16 mingw-w64-crt/math/arm64/ldexpl.c | 16 3 files c

[Mingw-w64-public] [PATCH] crt: Share winscard.def between lib64 and libarm32

2017-12-16 Thread Martin Storsjö
For lib64, this only adds a few new functions. Also provide it for arm64. Signed-off-by: Martin Storsjö --- .../{libarm32 => lib-common}/winscard.def | 6 +- mingw-w64-crt/lib64/winscard.def | 75 -- mingw-w64-crt/libarm64/Makefile.am

Re: [Mingw-w64-public] [PATCH] headers: Remove an empty dxgi1_6.h

2017-12-16 Thread Kai Tietz via Mingw-w64-public
Ok. Pease go ahead- Thanks, Kai 2017-12-15 22:30 GMT+01:00 Martin Storsjö : > This was added at the same time as a bunch of non-empty headers > (and a non-empty dxgi1_6.idl) in aa6ab47929a9cac6897f38e630ce0bb88458e288; > this empty header seems to have been the result of an error. > > Signed-off-

[Mingw-w64-public] Compile failure due to GCC builtin

2017-12-16 Thread Zebediah Figura
Hello, While attempting to compile the CRT according to the instructions on sourceforge [1], I ran into a compile error: In file included from /usr/local/lib/gcc/i386-w64-mingw32/8.0.0/include/x86intrin.h:74, from /usr/local/i386-w64-mingw32/include/intrin.h:73,