aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2021-01-06 00:56:55 +0100
committerGerald Pfeifer <gerald@pfeifer.com>2021-01-06 01:01:41 +0100
commitad92bf4b165935b58195825dc8f089f53fd2710b (patch)
tree649afcee245c1f64935a89da414c1416b5f2d670 /gcc
parentf56de3557fa4002411c89f630a2b9a152d4af962 (diff)
downloadgcc-ad92bf4b165935b58195825dc8f089f53fd2710b.zip
gcc-ad92bf4b165935b58195825dc8f089f53fd2710b.tar.gz
gcc-ad92bf4b165935b58195825dc8f089f53fd2710b.tar.bz2
doc: Re-add HSAIL to Language Standards
The HSAIL web server has reappeared after weeks, so restore the standard reference for now while we consider further deprecation. This reverts commit 7e999bd84f47205dc44b0f2dc90b53b3c888ca48. gcc/ 2021-01-06 Gerald Pfeifer <gerald@pfeifer.com> Revert: 2020-12-28 Gerald Pfeifer <gerald@pfeifer.com> * doc/standards.texi (HSAIL): Remove section.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/doc/standards.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi
index 128b1c6..0f88333 100644
--- a/gcc/doc/standards.texi
+++ b/gcc/doc/standards.texi
@@ -320,6 +320,14 @@ 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