aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2009-06-29 18:40:07 +0200
committerUros Bizjak <uros@gcc.gnu.org>2009-06-29 18:40:07 +0200
commit897eef7b83ea48d36bb18d1aef280bd90a2adc84 (patch)
treeb6a6393ce82a2f70c2d3f9e970704eec5ccffc0a /gcc/doc
parent74d27244ecfc02a14355efc26855034a684daeb9 (diff)
downloadgcc-897eef7b83ea48d36bb18d1aef280bd90a2adc84.zip
gcc-897eef7b83ea48d36bb18d1aef280bd90a2adc84.tar.gz
gcc-897eef7b83ea48d36bb18d1aef280bd90a2adc84.tar.bz2
extend.texi (Additional Floating Types): __float128 is also supported on i386 targets.
* doc/extend.texi (Additional Floating Types): __float128 is also supported on i386 targets. From-SVN: r149054
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 1cf6e76..2a9fffa 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