aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/simd.py
AgeCommit message (Expand)AuthorFilesLines
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-10-28simd module: fix regression that broke using only some simd variantsEli Schwartz1-1/+3
2023-10-09Clean up some of the code in simd.check()Tristan Partin1-21/+29
2023-10-09Finish typing the simd moduleTristan Partin1-5/+6
2023-10-09Port simd.check() to typed_pos_args/typed_kwargsTristan Partin1-26/+51
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2022-08-17interpreter: move handling of module stability to interpreterDylan Baker1-0/+87