aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-04-02 10:25:08 +0200
committerAnton Khirnov <anton@khirnov.net>2019-04-02 11:01:58 +0200
commit57d4eec367a6e96323588f74acf5c48974383a45 (patch)
treead86c14d71f89e2281b912692b4a93acc6d03530 /meson.build
parentbcc67122331d63e38768e7c6c9633be4fc7bd09b (diff)
egs: optimize the correction step
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',
)