diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-07-18 22:22:01 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-07-19 13:36:54 +0300 |
commit | c8981ff111ccb2419c8689dadc567760e0a20750 (patch) | |
tree | a935d544ccfc15f8e4fea719de1a1b9b1e553381 /docs/markdown/Module-reference.md | |
parent | fc23d9d0f207a5e7d68128db9741db1f7c4ba190 (diff) | |
download | meson-c8981ff111ccb2419c8689dadc567760e0a20750.zip meson-c8981ff111ccb2419c8689dadc567760e0a20750.tar.gz meson-c8981ff111ccb2419c8689dadc567760e0a20750.tar.bz2 |
Added documentation for SIMD module.
Diffstat (limited to 'docs/markdown/Module-reference.md')
-rw-r--r-- | docs/markdown/Module-reference.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/markdown/Module-reference.md b/docs/markdown/Module-reference.md index 866c141..80e3b8f 100644 --- a/docs/markdown/Module-reference.md +++ b/docs/markdown/Module-reference.md @@ -1,4 +1,6 @@ -Meson has a selection of modules to make common requirements easy to use. Modules can be thought of like the standard library of a programming language. Currently Meson provides the following modules. +Meson has a selection of modules to make common requirements easy to use. +Modules can be thought of like the standard library of a programming language. +Currently Meson provides the following modules. * [Gnome](Gnome-module.md) * [i18n](i18n-module.md) @@ -8,3 +10,11 @@ Meson has a selection of modules to make common requirements easy to use. Module * [Python3](Python-3-module.md) * [RPM](RPM-module.md) * [Windows](Windows-module.md) + +In addition there are unstable modules. These are meant for testing new +functionality but note that they do *not* provide a stable API. It can +change in arbitrary ways between releases. The modules might also be removed +without warning in future releases. + + * [SIMD](Simd-module.md) +
\ No newline at end of file |