aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-12-27 11:59:10 +0100
committerAnton Khirnov <anton@khirnov.net>2018-12-27 11:59:10 +0100
commit32cd1b5680db2122eb3321ef967dc3cbe2c7109d (patch)
tree1243bc1ef367bac90b613da5cda42c178ed88b25 /meson.build
parent0e0ead5b0b45078c0009a0ce23ce4bd88a49bb13 (diff)
ell_relax: add AVX SIMD for residual_calc
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 5bcfb02..619f90e 100644
--- a/meson.build
+++ b/meson.build
@@ -72,6 +72,7 @@ if nasm.found()
nasm_sources = files(
'cpuid.asm',
+ 'residual_calc.asm',
)
lib_obj += nasm_gen.process(nasm_sources)