diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2020-12-28 21:41:55 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2020-12-28 21:48:20 +0100 |
commit | 7e999bd84f47205dc44b0f2dc90b53b3c888ca48 (patch) | |
tree | 347d4e960749147c5b05c71c17ceb8c9168f2b34 | |
parent | 81615bb072cac4840b59c3998514c68e67d241a1 (diff) | |
download | gcc-7e999bd84f47205dc44b0f2dc90b53b3c888ca48.zip gcc-7e999bd84f47205dc44b0f2dc90b53b3c888ca48.tar.gz gcc-7e999bd84f47205dc44b0f2dc90b53b3c888ca48.tar.bz2 |
doc: Remove HSAIL from Language Standards
Support for HSAIL has been deprecated with GCC 10 and their web server
has been down for weeks.
gcc/
2020-12-28 Gerald Pfeifer <gerald@pfeifer.com>
* doc/standards.texi (HSAIL): Remove section.
-rw-r--r-- | gcc/doc/standards.texi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index fc50160..974f9b7 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -312,14 +312,6 @@ available online, see @uref{http://gcc.gnu.org/readings.html} As of the GCC 4.7.1 release, GCC supports the Go 1 language standard, described at @uref{https://golang.org/doc/go1}. -@section HSA Intermediate Language (HSAIL) - -GCC can compile the binary representation (BRIG) of the HSAIL text format as -described in HSA Programmer's Reference Manual version 1.0.1. This -capability is typically utilized to implement the HSA runtime API's HSAIL -finalization extension for a gcc supported processor. HSA standards are -freely available at @uref{http://www.hsafoundation.com/standards/}. - @section D language GCC supports the D 2.0 programming language. The D language itself is |