Skip to content
Snippets Groups Projects
Unverified Commit 84a85e9e authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Fix meson AVX2 fixed-point

parent a8e4ebb5
No related branches found
No related tags found
No related merge requests found
Pipeline #5243 passed
......@@ -44,9 +44,7 @@ foreach intr_name : ['sse4_1', 'avx2', 'neon_intr']
endif
intr_sources = get_variable('silk_sources_' + intr_name)
if opt_fixed_point
intr_sources += get_variable('silk_sources_fixed_' + intr_name)
else
if not opt_fixed_point
intr_sources += get_variable('silk_sources_float_' + intr_name)
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment