1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-30 04:29:26 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
mrdudz
ac320910ca updated 2023-08-26 23:08:51 +02:00
mrdudz
965c1f5239 updated 2022-11-18 01:52:18 +01:00
mrdudz
1ba0651b75 also delete quick.s 2022-11-17 19:16:39 +01:00
mrdudz
af15ce8223 some cleanup, make testcompiles of the tests with gcc work again 2022-11-12 02:03:23 +01:00
mrdudz
c5728626b0 space! 2022-11-09 02:50:54 +01:00
mrdudz
bbe46bb883 move float libss into libsrc/float, move tests into the correct dirs for the testbench, move includes to toplevel include dir 2022-11-09 02:45:07 +01:00
mrdudz
c8cdc1dc60 fix whitespace 2022-09-18 00:36:30 +02:00
mrdudz
163f0d447d fix/update the float tests 2022-09-18 00:33:48 +02:00
mrdudz
4e61599779 fix rounding when converting to 16bit ints 2022-09-17 18:35:30 +02:00
mrdudz
3805c8754a hack up something that prints correct decimal places even with the bugs in the compiler 2022-09-17 18:35:02 +02:00
mrdudz
7693b86d7d fix ! operator 2022-09-17 16:54:09 +02:00
mrdudz
1f4f408572 correctly sign extend for 16bit->float conversion 2022-09-17 16:53:28 +02:00
mrdudz
13dd4e296f guard some more things with ifdef DOUBLES, removes some warnings 2022-09-17 16:52:24 +02:00
mrdudz
09d383dd32 make compare functions fastcall 2022-09-17 16:51:11 +02:00
mrdudz
0f5122be2f make tests "work" with softfloat 2022-09-13 23:26:09 +02:00
mrdudz
87b6ddd3e0 some cleanup, move everything we need into one directory 2022-08-23 15:12:02 +02:00
mrdudz
3c01489940 softfloat compiles and produces a working binary 2022-08-22 23:26:09 +02:00
mrdudz
69d5d4dcdd add older release of the berkeley softfloat lib,
this one can work without 64bit types.

missing support for passing structs by value will need a bit of hackery
2022-08-21 22:57:43 +02:00
mrdudz
731695a606 Revert "added Berkeley softfloat library - lets see if this can be ported"
this version of the library requires 64bit types

This reverts commit e7d7ad7df0.
2022-08-21 19:49:42 +02:00
mrdudz
e7d7ad7df0 added Berkeley softfloat library - lets see if this can be ported 2022-08-21 19:31:32 +02:00
mrdudz
77ce005d0a more cleanup 2022-07-21 02:06:47 +02:00
mrdudz
63024cd056 cleanup 2022-07-21 00:54:53 +02:00
mrdudz
b9bdcc51e0 some cleanup 2022-07-21 00:51:28 +02:00
mrdudz
6818fef71f update readme 2022-06-20 04:32:07 +02:00
mrdudz
96ee702220 update some basic functions 2022-06-20 04:31:51 +02:00
mrdudz
059b7875b3 fixup readme 2022-06-20 02:00:43 +02:00
mrdudz
00fabb8caf beginning of float libraries and test programs 2022-06-20 01:54:03 +02:00