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/Release-notes-for-0.42.0.md | |
| parent | fc23d9d0f207a5e7d68128db9741db1f7c4ba190 (diff) | |
| download | meson-c8981ff111ccb2419c8689dadc567760e0a20750.tar.gz | |
Added documentation for SIMD module.
Diffstat (limited to 'docs/markdown/Release-notes-for-0.42.0.md')
| -rw-r--r-- | docs/markdown/Release-notes-for-0.42.0.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/markdown/Release-notes-for-0.42.0.md b/docs/markdown/Release-notes-for-0.42.0.md index a19db4981..3374d3b01 100644 --- a/docs/markdown/Release-notes-for-0.42.0.md +++ b/docs/markdown/Release-notes-for-0.42.0.md @@ -58,3 +58,10 @@ Rust's [linkage reference][rust-linkage]. Both the address- and undefined behavior sanitizers can now be used simultaneously by passing `-Db_sanitize=address,undefined` to Meson. + +## Unstable SIMD module + +A new experimental module to compile code with many different SIMD +instruction sets and selecting the best one at runtime. This module +is unstable, meaning its API is subject to change in later releases. +It might also be removed altogether. |
