mirror of
https://github.com/TinyCC/tinycc.git
synced 2026-02-06 13:51:36 +00:00
Oviously what the patch wants is... on Windows, with "tcc c:/dir/xyz.dll -run file"... pass the absolute path of the dll to LoadLibrary() which can make sense in situations. Other changes in the patch to other platfurms seem to have no effect. This reverts52a9a541b0except 2 lines in tccpe.c. Also revert _Float16 patcha06c608625As long as tcc does not really handle _Float16, we can just define it in tccdefs.h. Also move uint128_t to tccdefs.h for same reason. Update github action (might fix random arm64 crashes)