Sujet : Re: tcc - first impression. Was: Baby X is bor nagain
De : already5chosen (at) *nospam* yahoo.com (Michael S)
Groupes : comp.lang.cDate : 03. Jul 2024, 19:07:50
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20240703210730.00006352@yahoo.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
User-Agent : Claws Mail 4.1.1 (GTK 3.24.34; x86_64-w64-mingw32)
On Mon, 1 Jul 2024 20:09:24 +0300
Michael S <
already5chosen@yahoo.com> wrote:
I tried tcc too.
Plenty of C99 math stuff unavailable with tcc on Windows.
E.g. all hyperbolic functions, erf(), exp2(), everything related FP
environment, fma(), ilogb(), lgamma(), log2(), logb(), lrint(),
lround(), nearbyint(), nextafter(), norm() etc... Probably, 95% of the
missing functions can be made available by simple linking vs
msvcr120.dll (instead of msvcrt.dll). I don't know if the two are fully
compatible, but for tcc purposes they are compatible enough. For another
5% they would have to do bigger and more laborious step, i.e. switch to
UCRT.