tinycc/win32/lib
grischka 73faaea227 i386-gen: preserve fp control word in gen_cvt_ftoi
- Use runtime function for conversion
- Also initialize fp with tcc -run on windows

This fixes a bug where
  double x = 1.0;
  double y = 1.0000000000000001;
  double z = x < y ? 0 : sqrt (x*x - y*y);
caused a bad sqrt because rounding precision for the x < y comparison
was different to the one used within the sqrt function.

This also fixes a bug where
  printf("%d, %d", (int)pow(10, 2), (int)pow(10, 2));
would print
  100, 99

Unrelated:
  win32: document relative include & lib lookup
  win32: normalize_slashes: do not mirror silly gcc behavior
  This reverts part of commit 8a81f9e103
  winapi: add missing WINAPI decl. for some functions
2013-08-28 22:55:05 +02:00
..
chkstk.S tccrun: win64: add unwind function table for dynamic code 2011-07-14 19:09:49 +02:00
crt1.c i386-gen: preserve fp control word in gen_cvt_ftoi 2013-08-28 22:55:05 +02:00
dllcrt1.c dos2unix 2005-04-17 13:10:37 +00:00
dllmain.c dos2unix 2005-04-17 13:10:37 +00:00
gdi32.def dos2unix 2005-04-17 13:10:37 +00:00
kernel32.def tccrun: win64: add unwind function table for dynamic code 2011-07-14 19:09:49 +02:00
msvcrt.def win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
user32.def dos2unix 2005-04-17 13:10:37 +00:00
wincrt1.c i386-gen: preserve fp control word in gen_cvt_ftoi 2013-08-28 22:55:05 +02:00