From 57d4eec367a6e96323588f74acf5c48974383a45 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 2 Apr 2019 10:25:08 +0200 Subject: egs: optimize the correction step --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') 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', ) -- cgit v1.2.3