Skip to content

Commit

Permalink
Fix meson AVX2 fixed-point
Browse files Browse the repository at this point in the history
  • Loading branch information
jmvalin committed Mar 12, 2024
1 parent a8e4ebb commit 84a85e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions silk/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 84a85e9

Please sign in to comment.