aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2020-07-13 00:20:33 -0400
committerMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2020-07-13 00:20:53 -0400
commit0c5f3c7483c147652463a024aafe4bcb6bc8946c (patch)
tree366e8f55e9d7db427937ad44968b33c4f2fe50b2 /docs
parentf985bb7383b519e90bf07d7925e37d6047b82461 (diff)
downloadmeson-0c5f3c7483c147652463a024aafe4bcb6bc8946c.zip
meson-0c5f3c7483c147652463a024aafe4bcb6bc8946c.tar.gz
meson-0c5f3c7483c147652463a024aafe4bcb6bc8946c.tar.bz2
doc
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Reference-tables.md1
-rw-r--r--docs/markdown/snippets/add_nvidia_hpc_sdk_compilers.md3
2 files changed, 4 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 | |
diff --git a/docs/markdown/snippets/add_nvidia_hpc_sdk_compilers.md b/docs/markdown/snippets/add_nvidia_hpc_sdk_compilers.md
new file mode 100644
index 0000000..1d9acf9
--- /dev/null
+++ b/docs/markdown/snippets/add_nvidia_hpc_sdk_compilers.md
@@ -0,0 +1,3 @@
+## Added NVidia HPC SDK compilers
+
+Added support for `nvidia_hpc` NVidia HPC SDK compilers, which are currently in public beta testing.