mirror of
https://github.com/encounter/newlib.git
synced 2026-03-30 11:31:09 -07:00
e4094e49c1
Mingw-w64 (where the code has been taken from) has 4 byte longs independently of the architecture but x86_64 Cygwin has 64 bit longs. So use fistpll instead of fistpl on x86_64 Cygwin. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>