mirror of
https://github.com/frida/tinycc
synced 2025-01-21 18:52:02 +03:00
TODO: Add note on handling of floating-point values.
This commit is contained in:
parent
dd40d6a068
commit
cfef9ac3f5
3
TODO
3
TODO
@ -35,6 +35,9 @@ Portability:
|
|||||||
- it is assumed that int is 32-bit and sizeof(int) == 4
|
- 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
|
- 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
|
- 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:
|
Linking:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user