Documented floating-point status.

This commit is contained in:
dtrg
2007-04-28 22:34:47 +00:00
parent 3a4147a37d
commit a7323e1a8b
3 changed files with 7 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ proof-of-concept stage right now.
Important note: you *can't* link access ELF shared libraries from these
executables. In other words, you have to all your work from inside ACK.
IEEE floating point is available, but requires an FPU.
The executables are generated with aelfslod and are extremely simple; there's
one rwx ELF section which contains all the application's code and data. This
is not optimal, but it does work.