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: r149055
This commit is contained in:
Uros Bizjak 2009-06-29 18:43:50 +02:00 committed by Uros Bizjak
parent c6c953d8f5
commit 40f5e21d5b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-06-29 Uros Bizjak <ubizjak@gmail.com>
* doc/extend.texi (Additional Floating Types): __float128 is also
supported on i386 targets.
2009-06-29 Richard Guenther <rguenther@suse.de>
PR tree-optimization/40579

View File

@ -914,8 +914,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 Decimal Float
@section Decimal Floating Types