You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment I do not have any plans to support fixed point. I am not aware how common support for fix point is, whether Clang (which is the front end used) supports it and how it would affect the backend.
Few compilers support such type, the gcc supports it but for a couple of CPU which are not related to the Motorola family.
Do you have plan to support it in the future?
For the Calypsi compiler, such support could be limited to a signed Q16.16 format which is suitable for the 68000.
The text was updated successfully, but these errors were encountered: