diff options
| author | Edmund Grimley Evans <Edmund.Grimley.Evans@gmail.com> | 2015-11-21 10:35:47 +0000 |
|---|---|---|
| committer | Edmund Grimley Evans <Edmund.Grimley.Evans@gmail.com> | 2015-11-21 10:35:47 +0000 |
| commit | cfef9ac3f53bf46a0283ae427810d1d950661016 (patch) | |
| tree | fc6cc2ff96e8eb0b6e2f82d0ede13b9b630637bd | |
| parent | dd40d6a0680806da5e5396718e7dab91a31806d3 (diff) | |
| download | tinycc-cfef9ac3f53bf46a0283ae427810d1d950661016.tar.gz tinycc-cfef9ac3f53bf46a0283ae427810d1d950661016.tar.bz2 | |
TODO: Add note on handling of floating-point values.
| -rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ Portability: - it is assumed that int is 32-bit and sizeof(int) == 4 - int is used when host or target size_t would make more sense - struct CString is written into an int array and ends up misaligned +- TCC handles target floating-point (fp) values using the host's fp + arithmetic, which is simple and fast but may lead to exceptions + and inaccuracy and wrong representations when cross-compiling Linking: |
