From c8981ff111ccb2419c8689dadc567760e0a20750 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Tue, 18 Jul 2017 22:22:01 +0300 Subject: Added documentation for SIMD module. --- docs/markdown/Module-reference.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'docs/markdown/Module-reference.md') diff --git a/docs/markdown/Module-reference.md b/docs/markdown/Module-reference.md index 866c141c5..80e3b8f3a 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 -- cgit v1.2.3