mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-22 15:23:11 +00:00
b1ee2af843
This makes this aspect more visible in test logs. Signed-off-by: Martin Storsjö <martin@martin.st>
9 lines
434 B
Makefile
9 lines
434 B
Makefile
OBJS += aarch64/cpu.o \
|
|
aarch64/float_dsp_init.o \
|
|
aarch64/tx_float_init.o \
|
|
|
|
NEON-OBJS += aarch64/float_dsp_neon.o \
|
|
aarch64/tx_float_neon.o \
|
|
|
|
SVE-OBJS += aarch64/cpu_sve.o \
|