mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02: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 \
|