diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-08-22 18:31:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-22 18:31:56 +0300 |
commit | c42298e1460f838710bfe1d33b5635bec25fa8ba (patch) | |
tree | fd8ab90e7626d52698b3b6fe86c397932d8a5359 /docs/markdown/Reference-tables.md | |
parent | fbc6d50acc2c6bbe67d5ac2c5432163fb3e7bd39 (diff) | |
parent | 0c5f3c7483c147652463a024aafe4bcb6bc8946c (diff) | |
download | meson-c42298e1460f838710bfe1d33b5635bec25fa8ba.zip meson-c42298e1460f838710bfe1d33b5635bec25fa8ba.tar.gz meson-c42298e1460f838710bfe1d33b5635bec25fa8ba.tar.bz2 |
Merge pull request #7447 from scivision/nvc
Add support for NVidia HPC SDK compilers
Diffstat (limited to 'docs/markdown/Reference-tables.md')
-rw-r--r-- | docs/markdown/Reference-tables.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 3be129f..55c1a99 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -25,6 +25,7 @@ These are return values of the `get_id` (Compiler family) and | mono | Xamarin C# compiler | | | msvc | Microsoft Visual Studio | msvc | | nagfor | The NAG Fortran compiler | | +| nvidia_hpc| NVidia HPC SDK compilers | | | open64 | The Open64 Fortran Compiler | | | pathscale | The Pathscale Fortran compiler | | | pgi | Portland PGI C/C++/Fortran compilers | | |