aboutsummaryrefslogtreecommitdiff
path: root/qemu-tech.texi
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-25 18:40:20 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-25 18:40:20 +0000
commit1f587329169765299448c1becd6a633a204ead29 (patch)
treeacfac14d79c8a0923a0ef6beda4447a5f074a310 /qemu-tech.texi
parent5cc9878d3d5b98e2b51f8296bb1f87c970aa0866 (diff)
128-bit float support for user mode
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3740 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-tech.texi')
-rw-r--r--qemu-tech.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/qemu-tech.texi b/qemu-tech.texi
index 9147096d93..cc027cf6a5 100644
--- a/qemu-tech.texi
+++ b/qemu-tech.texi
@@ -212,8 +212,7 @@ Current QEMU limitations:
@item IPC syscalls are missing.
-@item 128-bit floating point operations are not supported, though none of the
-real CPUs implement them either. Floating point exception support is untested.
+@item Floating point exception support is buggy.
@item Atomic instructions are not correctly implemented.