1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00
cc65/test/float
2023-08-26 23:08:51 +02:00
..
softfloat space! 2022-11-09 02:50:54 +01:00
_float.h some cleanup, make testcompiles of the tests with gcc work again 2022-11-12 02:03:23 +01:00
.gitignore some cleanup, make testcompiles of the tests with gcc work again 2022-11-12 02:03:23 +01:00
gccstubs.c some cleanup, make testcompiles of the tests with gcc work again 2022-11-12 02:03:23 +01:00
Makefile updated 2022-11-18 01:52:18 +01:00
quick.c some cleanup, make testcompiles of the tests with gcc work again 2022-11-12 02:03:23 +01:00
Readme.md updated 2023-08-26 23:08:51 +02:00

Some stuff that may be handy in the early stage of developing the floating point support:


find the floating point library in libsrc/float/softfloat

This directory, and all of its contents, should probably get deleted before merging with master.