Go HSAIL and Other Language Standards Supported by GCC ( GCC 支持的Go HSAIL和其他語言標準 )

Using the GNU Compiler Collection

Language Standards Supported by GCC

GCC 支持的語言標準

2.4 Go Language

As of the GCC 4.7.1 release, GCC supports the Go 1 language standard, described at https://golang.org/doc/go1.

截至GCC 4.7.1發行版,GCC支持 Go 1 語言標準在 https://golang.org/doc/go1

2.5 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.

GCC可以編譯HSA Programmer's Reference Manual 1.0.1中所述的HSA文本格式的二進制表示(BRIG)。

This capability is typically utilized to implement the HSA runtime API’s HSAIL finalization extension for a gcc supported processor.

此功能通常用於爲 gcc 支持的處理器實現HSA運行時API的HSAIL 最終擴展。

HSA standards are freely available at http://www.hsafoundation.com/standards/

HSA標準可從 http://www.hsafoundation.com/standards/ 免費獲得.

2.6 References for Other Languages

See Section “About This Guide” in GNAT Reference Manual, for information on standard
conformance and compatibility of the Ada compiler.

有關標準Ada編譯器的一致性和兼容性信息,請參見“GNAT參考手冊”中的“關於本指南”。
( https://gcc.gnu.org/onlinedocs/gnat_rm.pdf )

See Section “Standards” in The GNU Fortran Compiler, for details of standards supported by GNU Fortran.

有關GNU Fortran編譯器支持的標準的信息,請參見 https://gcc.gnu.org/onlinedocs/gfortran.pdf 中標準。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章