summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/unstable_simd.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos found by codespellWolfgang Stöggl2019-11-061-1/+1
| | | | - Typos were found by codespell v1.16.0
* Print '(cached)' when compiler result was cachedDaniel Mensinger2019-04-281-1/+1
|
* Don't use len() to test for container emptinessDylan Baker2019-04-251-1/+1
| | | | | | I ran the numbers once before (it's in the meson history) but it's *much* faster to *not* use len for testing if a container is empty or not.
* Add 0.42.0 featuresSalamandar2018-06-011-0/+3
|
* Updated all modules to work with the new API.Jussi Pakkanen2018-04-151-4/+4
|
* Last round with listify function refactoring.Alexis Jeandet2017-09-181-3/+1
| | | | Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
* Can pass all target kwargs through to SIMD invocations. Closes #2151.Jussi Pakkanen2017-08-041-1/+14
|
* Added documentation for SIMD module.Jussi Pakkanen2017-07-191-1/+1
|
* Turned SIMD into an unstable module.Jussi Pakkanen2017-07-181-0/+72