Skip to content

Commit dcf3091

Browse files
committed
Updated build dependencies for i586
1 parent f5848d8 commit dcf3091

File tree

1 file changed

+103
-114
lines changed

1 file changed

+103
-114
lines changed

src/Makefile.i586.d

Lines changed: 103 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
$(LSP_DSP_LIB_BIN)/main/aarch64/aarch64.o: main/aarch64/aarch64.cpp \
2-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
3-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h
4-
$(LSP_DSP_LIB_BIN)/main/aarch64/asimd.o: main/aarch64/asimd.cpp \
5-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
6-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h
7-
$(LSP_DSP_LIB_BIN)/main/arm/arm.o: main/arm/arm.cpp \
8-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
9-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h
10-
$(LSP_DSP_LIB_BIN)/main/arm/neon-d32.o: main/arm/neon-d32.cpp \
11-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
12-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h
131
$(LSP_DSP_LIB_BIN)/main/dsp.o: main/dsp.cpp \
142
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
153
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h \
@@ -152,7 +140,7 @@ $(LSP_DSP_LIB_BIN)/main/generic/generic.o: main/generic/generic.cpp \
152140
$(LSP_DSP_LIB_INC)/private/dsp/arch/generic/3dmath.h \
153141
$(LSP_DSP_LIB_INC)/private/dsp/arch/generic/coding.h \
154142
$(LSP_DSP_LIB_INC)/private/dsp/arch/generic/interpolation/linear.h
155-
$(LSP_DSP_LIB_BIN)/main/x86/avx2.o: main/x86/avx2.cpp \
143+
$(LSP_DSP_LIB_BIN)/main/x86/x86.o: main/x86/x86.cpp \
156144
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
157145
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h \
158146
$(LSP_DSP_LIB_INC)/private/dsp/exports.h \
@@ -200,9 +188,9 @@ $(LSP_DSP_LIB_BIN)/main/x86/avx2.o: main/x86/avx2.cpp \
200188
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/smath.h \
201189
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/interpolation.h \
202190
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/interpolation/linear.h \
203-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/bits.h \
204-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/arch/x86/bits.h \
205191
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h \
192+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/string.h \
193+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/stdio.h \
206194
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/test.h \
207195
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/version.h \
208196
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/env.h \
@@ -211,19 +199,11 @@ $(LSP_DSP_LIB_BIN)/main/x86/avx2.o: main/x86/avx2.cpp \
211199
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
212200
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
213201
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/features.h \
214-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/float.h \
215-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/pmath/op_kx.h \
216-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/pmath/fmop_kx.h \
217-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/pmath/exp.h \
218-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/pmath/log.h \
219-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/pmath/pow.h \
220-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/fft/normalize.h \
221-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/search/iminmax.h \
222-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/graphics.h \
223-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/graphics/transpose.h \
224-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/graphics/effects.h \
225-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/graphics/pixelfmt.h
226-
$(LSP_DSP_LIB_BIN)/main/x86/avx.o: main/x86/avx.cpp \
202+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/float.h \
203+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/copy.h \
204+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/graphics.h \
205+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/cpuid.h
206+
$(LSP_DSP_LIB_BIN)/main/x86/sse.o: main/x86/sse.cpp \
227207
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
228208
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h \
229209
$(LSP_DSP_LIB_INC)/private/dsp/exports.h \
@@ -282,42 +262,47 @@ $(LSP_DSP_LIB_BIN)/main/x86/avx.o: main/x86/avx.cpp \
282262
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
283263
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
284264
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/features.h \
285-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/xcr.h \
286-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/copy.h \
287-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/float.h \
288-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/complex.h \
289-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/pcomplex.h \
290-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/pmath/op_kx.h \
291-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/pmath/op_vv.h \
292-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/pmath/fmop_kx.h \
293-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/pmath/fmop_vv.h \
294-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/pmath/abs_vv.h \
295-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/pmath/minmax.h \
296-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/hmath/hsum.h \
297-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/hmath/hdotp.h \
298-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/mix.h \
299-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/search/minmax.h \
300-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fft.h \
301-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fft/const.h \
302-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fft/butterfly.h \
303-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fft/normalize.h \
304-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fft/scramble.h \
305-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/pfft.h \
306-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fft/p_repack.h \
307-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fft/p_butterfly.h \
308-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fft/p_scramble.h \
309-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fastconv.h \
310-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fastconv/prepare.h \
311-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fastconv/butterfly.h \
312-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fastconv/apply.h \
313-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/filters/static.h \
314-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/filters/dynamic.h \
315-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/filters/transform.h \
316-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/filters/transfer.h \
317-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/msmatrix.h \
318-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/resampling.h \
319-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/convolution.h \
320-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/interpolation/linear.h
265+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/mxcsr.h \
266+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/copy.h \
267+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/float.h \
268+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/pmath/op_kx.h \
269+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/pmath/op_vv.h \
270+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/pmath/fmop_kx.h \
271+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/pmath/fmop_vv.h \
272+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/pmath/abs_vv.h \
273+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/pmath/minmax.h \
274+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/hmath/hsum.h \
275+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/hmath/hdotp.h \
276+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/mix.h \
277+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/search/minmax.h \
278+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/smath.h \
279+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fft.h \
280+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fft/const.h \
281+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fft/butterfly.h \
282+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fft/p_butterfly.h \
283+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fft/normalize.h \
284+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fft/scramble.h \
285+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fft/p_scramble.h \
286+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fft/switch.h \
287+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fft/p_switch.h \
288+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fastconv.h \
289+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fastconv/parse.h \
290+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fastconv/papply.h \
291+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fastconv/apply.h \
292+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fastconv/irestore.h \
293+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fastconv/restore.h \
294+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/graphics.h \
295+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/msmatrix.h \
296+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/resampling.h \
297+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/complex.h \
298+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/pcomplex.h \
299+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/convolution.h \
300+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/filters/static.h \
301+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/filters/dynamic.h \
302+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/filters/transform.h \
303+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/filters/transfer.h \
304+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/3dmath.h \
305+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/interpolation/linear.h
321306
$(LSP_DSP_LIB_BIN)/main/x86/sse2.o: main/x86/sse2.cpp \
322307
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
323308
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h \
@@ -516,7 +501,7 @@ $(LSP_DSP_LIB_BIN)/main/x86/sse4.o: main/x86/sse4.cpp \
516501
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
517502
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/features.h \
518503
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse4/3dmath.h
519-
$(LSP_DSP_LIB_BIN)/main/x86/sse.o: main/x86/sse.cpp \
504+
$(LSP_DSP_LIB_BIN)/main/x86/avx.o: main/x86/avx.cpp \
520505
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
521506
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h \
522507
$(LSP_DSP_LIB_INC)/private/dsp/exports.h \
@@ -575,48 +560,43 @@ $(LSP_DSP_LIB_BIN)/main/x86/sse.o: main/x86/sse.cpp \
575560
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
576561
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
577562
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/features.h \
578-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/mxcsr.h \
579-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/copy.h \
580-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/float.h \
581-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/pmath/op_kx.h \
582-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/pmath/op_vv.h \
583-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/pmath/fmop_kx.h \
584-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/pmath/fmop_vv.h \
585-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/pmath/abs_vv.h \
586-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/pmath/minmax.h \
587-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/hmath/hsum.h \
588-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/hmath/hdotp.h \
589-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/mix.h \
590-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/search/minmax.h \
591-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/smath.h \
592-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fft.h \
593-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fft/const.h \
594-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fft/butterfly.h \
595-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fft/p_butterfly.h \
596-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fft/normalize.h \
597-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fft/scramble.h \
598-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fft/p_scramble.h \
599-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fft/switch.h \
600-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fft/p_switch.h \
601-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fastconv.h \
602-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fastconv/parse.h \
603-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fastconv/papply.h \
604-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fastconv/apply.h \
605-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fastconv/irestore.h \
606-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/fastconv/restore.h \
607-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/graphics.h \
608-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/msmatrix.h \
609-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/resampling.h \
610-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/complex.h \
611-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/pcomplex.h \
612-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/convolution.h \
613-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/filters/static.h \
614-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/filters/dynamic.h \
615-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/filters/transform.h \
616-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/filters/transfer.h \
617-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/3dmath.h \
618-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/sse/interpolation/linear.h
619-
$(LSP_DSP_LIB_BIN)/main/x86/x86.o: main/x86/x86.cpp \
563+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/xcr.h \
564+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/copy.h \
565+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/float.h \
566+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/complex.h \
567+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/pcomplex.h \
568+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/pmath/op_kx.h \
569+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/pmath/op_vv.h \
570+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/pmath/fmop_kx.h \
571+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/pmath/fmop_vv.h \
572+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/pmath/abs_vv.h \
573+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/pmath/minmax.h \
574+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/hmath/hsum.h \
575+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/hmath/hdotp.h \
576+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/mix.h \
577+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/search/minmax.h \
578+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fft.h \
579+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fft/const.h \
580+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fft/butterfly.h \
581+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fft/normalize.h \
582+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fft/scramble.h \
583+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/pfft.h \
584+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fft/p_repack.h \
585+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fft/p_butterfly.h \
586+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fft/p_scramble.h \
587+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fastconv.h \
588+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fastconv/prepare.h \
589+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fastconv/butterfly.h \
590+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/fastconv/apply.h \
591+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/filters/static.h \
592+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/filters/dynamic.h \
593+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/filters/transform.h \
594+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/filters/transfer.h \
595+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/msmatrix.h \
596+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/resampling.h \
597+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/convolution.h \
598+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx/interpolation/linear.h
599+
$(LSP_DSP_LIB_BIN)/main/x86/avx2.o: main/x86/avx2.cpp \
620600
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
621601
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h \
622602
$(LSP_DSP_LIB_INC)/private/dsp/exports.h \
@@ -664,9 +644,9 @@ $(LSP_DSP_LIB_BIN)/main/x86/x86.o: main/x86/x86.cpp \
664644
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/smath.h \
665645
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/interpolation.h \
666646
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/interpolation/linear.h \
647+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/bits.h \
648+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/arch/x86/bits.h \
667649
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h \
668-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/string.h \
669-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/stdio.h \
670650
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/test.h \
671651
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/version.h \
672652
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/env.h \
@@ -675,10 +655,18 @@ $(LSP_DSP_LIB_BIN)/main/x86/x86.o: main/x86/x86.cpp \
675655
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
676656
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
677657
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/features.h \
678-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/float.h \
679-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/copy.h \
680-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/graphics.h \
681-
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/cpuid.h
658+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/float.h \
659+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/pmath/op_kx.h \
660+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/pmath/fmop_kx.h \
661+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/pmath/exp.h \
662+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/pmath/log.h \
663+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/pmath/pow.h \
664+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/fft/normalize.h \
665+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/search/iminmax.h \
666+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/graphics.h \
667+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/graphics/transpose.h \
668+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/graphics/effects.h \
669+
$(LSP_DSP_LIB_INC)/private/dsp/arch/x86/avx2/graphics/pixelfmt.h
682670
$(LSP_DSP_LIB_BIN)/test/init/dsp.o: test/init/dsp.cpp \
683671
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
684672
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h \
@@ -1383,7 +1371,8 @@ $(LSP_DSP_LIB_BIN)/test/ptest/copy/fill.o: test/ptest/copy/fill.cpp \
13831371
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
13841372
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
13851373
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
1386-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h
1374+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h \
1375+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/string.h
13871376
$(LSP_DSP_LIB_BIN)/test/ptest/copy/reverse.o: test/ptest/copy/reverse.cpp \
13881377
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
13891378
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/version.h \

0 commit comments

Comments
 (0)