diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-04-17 21:39:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-17 21:39:13 +0300 |
commit | 88ca3805e74e67d81499bcf02362d8935dd8ec7a (patch) | |
tree | 29bd531405a41e29ccabb9a3fb7c416b4ba3a977 /docs/markdown/snippets | |
parent | 348248f0a19bdc80e8a184befb2faaa1d5e66f40 (diff) | |
parent | 46ccbe48e7dc902f699d0554055f89c49df4d415 (diff) | |
download | meson-88ca3805e74e67d81499bcf02362d8935dd8ec7a.zip meson-88ca3805e74e67d81499bcf02362d8935dd8ec7a.tar.gz meson-88ca3805e74e67d81499bcf02362d8935dd8ec7a.tar.bz2 |
Merge pull request #1852 from QuLogic/openmp
Add an OpenMP dependency.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/openmp-dependency.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/openmp-dependency.md b/docs/markdown/snippets/openmp-dependency.md new file mode 100644 index 0000000..ad70011 --- /dev/null +++ b/docs/markdown/snippets/openmp-dependency.md @@ -0,0 +1,6 @@ +## Addition of OpenMP dependency + +An OpenMP dependency (`openmp`) has been added that encapsulates the various +flags used by compilers to enable OpenMP and checks for the existence of the +`omp.h` header. The `language` keyword may be passed to force the use of a +specific compiler for the checks. |