aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/unstable_simd.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/modules/unstable_simd.py')
-rw-r--r--mesonbuild/modules/unstable_simd.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/mesonbuild/modules/unstable_simd.py b/mesonbuild/modules/unstable_simd.py
index 5f8edfd..df5faa1 100644
--- a/mesonbuild/modules/unstable_simd.py
+++ b/mesonbuild/modules/unstable_simd.py
@@ -35,6 +35,9 @@ class SimdModule(ExtensionModule):
'avx2',
'neon',
)
+ self.methods.update({
+ 'check': self.check,
+ })
def check(self, state, args, kwargs):
result = []