diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-02 19:39:42 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-02 19:39:42 +0000 |
commit | 927f621e7960d3fcf51eecf65ee19b1aafc102ae (patch) | |
tree | f445ec702d90c2b7555b1e724c65da9aee55527a /TODO | |
parent | new x86 CPU core (diff) | |
download | qemu-kvm-927f621e7960d3fcf51eecf65ee19b1aafc102ae.tar.gz qemu-kvm-927f621e7960d3fcf51eecf65ee19b1aafc102ae.tar.bz2 qemu-kvm-927f621e7960d3fcf51eecf65ee19b1aafc102ae.zip |
added float support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@15 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ - threads - fix printf for doubles (fp87.c bug ?) - make it self runnable (use same trick as ld.so : include its own relocator and libc) +- better FPU comparisons (ucom/com) |