summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ce5e57b..6d3b356 100644
--- a/meson.build
+++ b/meson.build
@@ -82,6 +82,7 @@ if nasm.found()
nasm_sources = files(
'cpuid.asm',
+ 'ndarray.asm',
'residual_calc.asm',
'transfer_interp.asm',
)