diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-05 22:24:48 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-05 22:24:48 +0000 |
commit | 77f8dd5add8f02253dcea1454c9d2c76d7c788a7 (patch) | |
tree | fbe97a8744410aa6c8857f882b6497ba341943bd /TODO | |
parent | added bcd tests (diff) | |
download | qemu-kvm-77f8dd5add8f02253dcea1454c9d2c76d7c788a7.tar.gz qemu-kvm-77f8dd5add8f02253dcea1454c9d2c76d7c788a7.tar.bz2 qemu-kvm-77f8dd5add8f02253dcea1454c9d2c76d7c788a7.zip |
float fixes - added bsr/bsf support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@23 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +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) +- fix FPU exceptions (in particular: gen_op_fpush not before mem load) |