summaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-29 16:40:07 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-29 16:40:07 +0000
commit70a239683befa8948d953dbd1841fd5f68bf5c11 (patch)
treeb6a6393ce82a2f70c2d3f9e970704eec5ccffc0a /gcc/doc
parent1c1f1bc0ab7e9b35d4dd92a983a0c72ba215cb2d (diff)
downloadgcc-70a239683befa8948d953dbd1841fd5f68bf5c11.tar.gz
* doc/extend.texi (Additional Floating Types): __float128 is also
supported on i386 targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149054 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 1cf6e760b4c..2a9fffa2d06 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -919,8 +919,7 @@ typedef _Complex float __attribute__((mode(XC))) _Complex80;
@end smallexample
Not all targets support additional floating point types. @code{__float80}
-is supported on i386, x86_64 and ia64 targets and target @code{__float128}
-is supported on x86_64 and ia64 targets.
+and @code{__float128} types are supported on i386, x86_64 and ia64 targets.
@node Half-Precision
@section Half-Precision Floating Point