tcc-stupidos/win32
Tyge Løvset b11144d69c Overhauled WIN32 math and added missing functions:
1) Cleanup: moved function implementations from win32/include/math.h to win32/include/tcc/tcc_libm.h
2) Added missing math functions: MUSL: asinh(), acosh(), atanh(), scalbn(). My impl: log1p(), expm1(), ilogb(), scalbln(), nexttoward()
 - now only a few are missing: remquo(), remainder(), fma(), nan(), erf(), erfc(), nearbyint().
3) Added/defined all missing *f() and *l() math functions.
4) Added functions have short but accurate/fast implementations.
5) Added <tgmath.h> for all platforms. (not too useful, IMO, but is C99 standard).
2020-11-20 23:34:35 +01:00
..
examples tccgen/win32: let __declspec(dllimport) imply extern 2017-04-04 08:34:52 +02:00
include Overhauled WIN32 math and added missing functions: 2020-11-20 23:34:35 +01:00
lib rework leading underscores 2020-07-06 13:00:47 +02:00
build-tcc.bat three small fixes & three reverts 2020-11-02 18:08:56 +01:00
tcc-win32.txt various stuff 2017-10-11 18:13:43 +02:00